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
I love contributions. If you have found something missing, or something which could be done better, feel free to fork and open PR.