UA-Smart-Signage-Platform / Content-Manager-System-and-Content-Creator-Tool

Content Manager System and Content Creator Tool developed to facilitate the presentation of information.
GNU General Public License v3.0
1 stars 0 forks source link

Backend: Fix admin password not saving when server goes down #150

Closed MiguelCruzeiro closed 4 months ago

MiguelCruzeiro commented 5 months ago

Describe the bug

If the admin changes his password and the server goes down, it resets and goes back to default password

Expected Behavior

Password should be saved (encrypted) in the database.

Current Behavior

Admin user is not being saved in database.

Reproduction Steps

Normal log in and chang password.

Possible Solution

Save the admin user in database with the password encrypted.

Additional Information/Context

No response