Changes between Version 33 and Version 34 of WebRpc
- Timestamp:
- Jan 21, 2009, 1:27:15 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebRpc
v33 v34 362 362 </font> 363 363 }}} 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]] 365 365 {{{ 366 366 #!html … … 436 436 </font> 437 437 }}} 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]] 439 439 '''examples''':: 440 440 http://ralph.bakerlab.org/lookup_account.php?email_addr=feet1st@noyaspamhoo.com&passwd_hash=2ab598faf3160ccfa1a2d41a95557a92 … … 662 662 </font> 663 663 }}} 664 [[BR]] [[BR]]664 The password hash is MD5(password+lower_case(email_addr)). [[BR]] [[BR]] 665 665 '''examples''':: 666 666 '''output'''::