AnthisCareerAcademy / EasyPunchCard

This will be an Open source punch card system that the Anthis Career Academy Software Development Class will be developing for internal use.
MIT License
1 stars 4 forks source link

UI Login #8

Open martincarapia opened 2 days ago

martincarapia commented 2 days ago

In order to make our program "auditable" we must have a login. For maximum security it should have a username, which is the user unique id, and a password which will be saved as a sha256 hash on the backend. If a user forgets their password the admin will be able to change it from their panel.

What if admin forgets their password? Must be considered in the next meeting. Add to agenda.