Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory
Commits
eb9de5a1
Commit
eb9de5a1
authored
Jan 18, 2017
by
Côme Chilliet
Browse files
Fixes #5317 Link sent by password recovery is broken
parent
1a14e8f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
html/class_passwordRecovery.inc
View file @
eb9de5a1
...
@@ -554,7 +554,7 @@ class passwordRecovery extends standAlonePage {
...
@@ -554,7 +554,7 @@ class passwordRecovery extends standAlonePage {
}
}
$reinit_link
=
$this
->
getPageURL
();
$reinit_link
=
$this
->
getPageURL
();
$reinit_link
.
=
"?uniq="
.
urlencode
(
$
activatecode
);
$reinit_link
.
=
"?uniq="
.
urlencode
(
$
token
);
$reinit_link
.
=
"&uid="
.
urlencode
(
$this
->
uid
);
$reinit_link
.
=
"&uid="
.
urlencode
(
$this
->
uid
);
$reinit_link
.
=
"&email_address="
.
urlencode
(
$this
->
email_address
);
$reinit_link
.
=
"&email_address="
.
urlencode
(
$this
->
email_address
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment