Changes between Version 36 and Version 37 of WebRpc
- Timestamp:
- Jan 22, 2009, 7:25:35 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebRpc
v36 v37 362 362 </font> 363 363 }}} 364 The MD5 hash of the concatenation of the user's password and the lower case form of their EMail address. The user password itself is never sen don an RPC call for privacy. [[BR]] [[BR]]364 The MD5 hash of the concatenation of the user's password and the lower case form of their EMail address. The user password itself is never sent on an RPC call for privacy. [[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 lower case form of the EMail address. One way to obtain the MD5 hash without programming is to use [http://boinc.berkeley.edu/wiki/Boinccmd_tool#Account_query_and_attach boinccmd --lookup_account][[BR]] [[BR]]438 The MD5 hash of the concatenation of the user's password and the lower case form of the account's EMail address. [[BR]] [[BR]] 439 439 '''examples''':: 440 440 http://ralph.bakerlab.org/lookup_account.php?email_addr=feet1st@noyaspamhoo.com&passwd_hash=2ab598faf3160ccfa1a2d41a95557a92 … … 448 448 449 449 '''action''':: 450 If an account with the given email address doesn't exist, return an error. If passwd_hash is given and is correct, returns the authenticator. This authentication string is used for other RPC requests. 450 If passwd_hash is given and is correct, the user's authentication string is returned. This authentication string is required for many of the other RPCs. If no account with the EMail address provided exists, an error is returned. [[BR]] 451 The authentication string may also be obtained using the [http://boinc.berkeley.edu/wiki/Boinccmd_tool#Account_query_and_attach boinccmd --lookup_account] tool from an attached BOINC client; or, if the client is attached to the project and not using a weak authentication key, it is also stored in the project's account file, in the <authenticator> tag. This file is located in the BOINC data directory of the BOINC client, and called account_*.xml (where * is replaced by the project URL, with the "!http://" removed and any slashes replaced by underscores; ex: account_boinc.bakerlab.org_rosetta.xml). 451 452 452 453 {{{