Changes between Version 33 and Version 34 of WebRpc


Ignore:
Timestamp:
Jan 21, 2009, 1:27:15 PM (15 years ago)
Author:
feet1st
Comment:

Clarify password hash

Legend:

Unmodified
Added
Removed
Modified
  • WebRpc

    v33 v34  
    362362</font>
    363363}}}
    364  the MD5 hash of the concatenation of the user's password and the email address.[[BR]] [[BR]]
     364 the MD5 hash of the concatenation of the user's password and the lower case form of their EMail address. [[BR]] [[BR]]
    365365{{{
    366366#!html
     
    436436</font>
    437437}}}
    438  the MD5 hash of the concatenation of the user's password and the email address.  [[BR]] [[BR]]
     438 the MD5 hash of the concatenation of the user's password and the lower case form of the EMail address.  [[BR]] [[BR]]
    439439 '''examples'''::
    440440        http://ralph.bakerlab.org/lookup_account.php?email_addr=feet1st@noyaspamhoo.com&passwd_hash=2ab598faf3160ccfa1a2d41a95557a92
     
    662662</font>
    663663}}}
    664   [[BR]] [[BR]]
     664The password hash is MD5(password+lower_case(email_addr)).  [[BR]] [[BR]]
    665665 '''examples'''::
    666666 '''output'''::