function logintoboggan_eml_rehash in LoginToboggan 6
Same name and namespace in other branches
- 5 logintoboggan.module \logintoboggan_eml_rehash()
- 7 logintoboggan.module \logintoboggan_eml_rehash()
2 calls to logintoboggan_eml_rehash()
- logintoboggan_eml_validate_url in ./
logintoboggan.module - logintoboggan_validate_email in ./
logintoboggan.module - Menu callback; validate the e-mail address as a one time URL, and redirects to the user page on success.
File
- ./
logintoboggan.module, line 1071 - Logintoboggan Module
Code
function logintoboggan_eml_rehash($password, $timestamp, $mail, $uid) {
return user_pass_rehash($password, $timestamp, $mail, $uid);
}