Changes between Version 44 and Version 45 of WebRpc


Ignore:
Timestamp:
Aug 28, 2009, 1:33:53 PM (15 years ago)
Author:
Kevin Reed
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebRpc

    v44 v45  
    224224        [ passwd_hash: ]
    225225 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
    228230 '''output'''::
    229231       
     
    322324<am_set_info_reply>
    323325    <success/>
     326    [ <opaque_auth>xxx</opaque_auth> ]
    324327</am_set_info_reply>
    325328}}}
     
    327330 '''action'''::
    328331        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.
    329334----
    330335== Set host info == #am_set_host_info