Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bedlaj/unifi-reset-password

Angular app for reset of forgotten UniFi admin password.
https://github.com/bedlaj/unifi-reset-password

angular angular-material unifi unifi-controller

Last synced: about 1 month ago
JSON representation

Angular app for reset of forgotten UniFi admin password.

Awesome Lists containing this project

README

        

[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
![Lint](https://github.com/bedlaj/unifi-reset-password/workflows/Lint/badge.svg)
![Build](https://github.com/bedlaj/unifi-reset-password/workflows/Build/badge.svg)
![Test and deploy](https://github.com/bedlaj/unifi-reset-password/workflows/Test%20and%20deploy/badge.svg)
[![codecov](https://codecov.io/gh/bedlaj/unifi-reset-password/branch/master/graph/badge.svg)](https://codecov.io/gh/bedlaj/unifi-reset-password)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/bedlaj/unifi-reset-password.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/bedlaj/unifi-reset-password/alerts/)
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/bedlaj/unifi-reset-password.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/bedlaj/unifi-reset-password/context:javascript)

# Unifi reset admin password

Live APP at https://bedlaj.github.io/unifi-reset-password/

This app helps with reset of forgotten admin password, or creation of new admin account.
All is generated in Your browser. No data are collected and nothing is sent over the internet.

If you are concerned about privacy, you can checkout this repository and run app locally on the offline computer.
```
git clone https://github.com/bedlaj/unifi-reset-password.git
cd unifi-reset-password
npm install -g @angular/cli
npm install
npm start
# Open http://localhost:4200 in your browser
```

# Contributing
I love contributions. If you have found something missing, or something which could be done better, feel free to fork and open PR.