Changeset 175

Show
Ignore:
Timestamp:
08/07/04 19:33:55 (9 years ago)
Author:
benoitg
Message:

Missing file

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/ChangeLog

    r174 r175  
    44        * Change password hashing algorithm to make it compatible with NoCat (For the curious among you, the hashing algorithm is now:  take the md5 digest in binary format of the password, and base64 encode it. 
    55        * Table schema changed to accomodate newhash length (users.pass is now varchar(32)) 
    6         * Allow the user to login with either his username or his email. 
     6        * The user is now allowed to login with either his username or his email. 
    77         
    882004-08-03 Benoit Gr�goire  <bock@step.polymtl.ca>