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: 2 months ago
JSON representation
Angular app for reset of forgotten UniFi admin password.
- Host: GitHub
- URL: https://github.com/bedlaj/unifi-reset-password
- Owner: bedlaj
- Created: 2020-04-14T15:49:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T08:16:14.000Z (about 1 year ago)
- Last Synced: 2024-04-22T12:27:54.727Z (about 1 year ago)
- Topics: angular, angular-material, unifi, unifi-controller
- Language: TypeScript
- Homepage: https://bedlaj.github.io/unifi-reset-password/
- Size: 10.8 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](http://makeapullrequest.com)



[](https://codecov.io/gh/bedlaj/unifi-reset-password)
[](https://lgtm.com/projects/g/bedlaj/unifi-reset-password/alerts/)
[](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.