You are here

function logintoboggan_eml_rehash in LoginToboggan 5

Same name and namespace in other branches
  1. 6 logintoboggan.module \logintoboggan_eml_rehash()
  2. 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; process validate the e-mail address as a one time URL, and redirects to the user page on success.

File

./logintoboggan.module, line 962
Logintoboggan Module

Code

function logintoboggan_eml_rehash($password, $timestamp, $mail) {
  return user_pass_rehash($password, $timestamp, $mail);
}