md5 passwords breaks user module EditUser.php
Status: Pre-Alpha
Brought to you by:
baslijnse
The EditUser.php breaks with md5 passwords when editing an account.
The accounts password is an md5 hash which get hashed again during the save action. This stores a hash of an hash in the database which breags the password.
Tom.