Skip to content

bedlaj/unifi-reset-password

Repository files navigation

PRs Welcome Lint Build Test and deploy codecov Total alerts Language grade: 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.