Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bedlaj/unifi-reset-password
- Owner: bedlaj
- Created: 2020-04-14T15:49:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T08:16:14.000Z (9 months ago)
- Last Synced: 2024-04-22T12:27:54.727Z (9 months 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
[![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.