rusec / NetLock

Locking the Network one Beacon at a time!
0 stars 0 forks source link

Resetting password for application #1

Open dominusmars opened 2 months ago

dominusmars commented 2 months ago

The front end needs a way to reset the password. there is currently a button for it but it doesn't do anything.

Needed reset password model

rhea80 commented 2 months ago

i believe we can use python's getpass and regex libs for this; depending if we want to alert the user's email with a password change, we may also need to use js - just a few ideas :)