skerr92 / my-reels

Home of local parts management server, MyReels
GNU General Public License v3.0
8 stars 0 forks source link

User account generation QOL improvements #4

Open skerr92 opened 3 weeks ago

skerr92 commented 3 weeks ago

MyReels currently functions locally allowing people to create an account with just a username and a password. Currently, with the password being hashed there is no way to recover the password, nor is there any infrastructure in place to allow a person to add their email address, and other user information like "company" and whatnot.

We should be looking at some ways to reset user passwords. This will likely be that some initially insecure method of password replacement is used for local operations, with the expansion of email verified/2FA methods are implemented.

Add to this as we identify additional long term objectives for password/account management.

skerr92 commented 1 week ago

There is now a local password reset method. It will get merged into main and added to Alpha Release 0.0.4! :)