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

Fixes #5317 Link sent by password recovery is broken

Showing with 1 addition and 1 deletion
+1 -1
......@@ -554,7 +554,7 @@ class passwordRecovery extends standAlonePage {
}
$reinit_link = $this->getPageURL();
$reinit_link .= "?uniq=".urlencode($activatecode);
$reinit_link .= "?uniq=".urlencode($token);
$reinit_link .= "&uid=".urlencode($this->uid);
$reinit_link .= "&email_address=".urlencode($this->email_address);
......
  • bmortier @bmortier

    mentioned in issue #1697

    By Côme Chilliet on 2017-09-02T15:35:13 (imported from GitLab)

    ·

    mentioned in issue #1697

    By Côme Chilliet on 2017-09-02T15:35:13 (imported from GitLab)

    Toggle commit list
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