Need to change the login mechanism + admin adding users
Double password entry for confirmation (maybe??)
But this could be worth doing (since this brings our app closer to a commercial application)
admin should not be able to see the password of its users in plain text, only the hashed and salted never store the password in plain text. only store the hashed and salted version
Need to change the login mechanism + admin adding users Double password entry for confirmation (maybe??) But this could be worth doing (since this brings our app closer to a commercial application)
admin should not be able to see the password of its users in plain text, only the hashed and salted never store the password in plain text. only store the hashed and salted version