Changes between Version 44 and Version 45 of WebRpc
- Timestamp:
- Aug 28, 2009, 1:33:53 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebRpc
v44 v45 224 224 [ passwd_hash: ] 225 225 The MD5 hash of the concatenation of the user's password and the lower case form of the account's EMail address. [[BR]] [[BR]] 226 '''examples''':: 227 http://ralph.bakerlab.org/lookup_account.php?email_addr=feet1st@noyaspamhoo.com&passwd_hash=2ab598faf3160ccfa1a2d41a95557a92 226 [ get_opaque_auth: ] 227 Return the opaque authenticator for the user if the project provides one. [[BR]] [[BR]] 228 '''examples''':: 229 http://ralph.bakerlab.org/lookup_account.php?email_addr=feet1st@noyaspamhoo.com&passwd_hash=2ab598faf3160ccfa1a2d41a95557a92&get_opaque_auth=1 228 230 '''output''':: 229 231 … … 322 324 <am_set_info_reply> 323 325 <success/> 326 [ <opaque_auth>xxx</opaque_auth> ] 324 327 </am_set_info_reply> 325 328 }}} … … 327 330 '''action''':: 328 331 Updates one or more attributes of the given account. The password hash is MD5(password+lower_case(email_addr)). If email address is changed, you must also change the password hash. 332 333 If the project uses opaque_auth, then it will be returned on the reply. 329 334 ---- 330 335 == Set host info == #am_set_host_info