Commit ed0c571c authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Returning dn from passwordRecovery step2

Showing with 2 additions and 0 deletions
+2 -0
...@@ -515,6 +515,8 @@ class passwordRecovery extends standAlonePage { ...@@ -515,6 +515,8 @@ class passwordRecovery extends standAlonePage {
$smarty->assign('email_address', $this->email_address); $smarty->assign('email_address', $this->email_address);
$params = $this->encodeParams(array('uid', 'directory', 'email_address')); $params = $this->encodeParams(array('uid', 'directory', 'email_address'));
$smarty->assign('params', $params); $smarty->assign('params', $params);
return $attrs['dn'];
} }
protected function generateAndStoreToken() protected function generateAndStoreToken()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment