CC-3416 : Create password reset form

This commit is contained in:
Naomi Aro 2012-04-20 16:10:27 +02:00
parent e242972a78
commit d5a416be43
5 changed files with 27 additions and 3 deletions

View file

@ -16,6 +16,8 @@ class Application_Model_Auth {
$info->setDbCreated(gmdate('Y-m-d H:i:s'));
$info->save();
Logging::debug("generated token {$token}");
return $token;
}