Tietokilta / ilmomasiina

Event signup system for tietokilta.fi and beyond
MIT License
1 stars 9 forks source link

Feat/user management #98

Closed kahlstrm closed 1 year ago

kahlstrm commented 1 year ago

Implements both password reset functionality that sends a new random-generated password to a user's email and password change functionality for users to change their own password.

Current specifications for new passwords are: 10 minimum length, 1 uppercase letter, 1 lowercase letter and a number

These are quite low requirements security-wise, so these perhaps should be made more strict.

Resolves #82