CSEMike / OneSwarm-Community-Server

The reference implementation of the community server for the OneSwarm P2P software client.
http://oneswarm.cs.washington.edu/
GNU General Public License v2.0
10 stars 3 forks source link

password change not happening #2

Open rb2k opened 14 years ago

rb2k commented 14 years ago

I think a reload of the DB is needed for password changes to propagate.
Changing the password won't allow me to log in with the new password. Only a login with the old password is possible.
To change the password again WILL require the new password.

also: it would be nice if you used a salted password or at least SHA1 :)

rb2k commented 14 years ago

also: promoting a user to admin WILL show him/her the admin ui menu but upon clicking, they receive a "user in wrong role" message --> additional reload after user class change?