Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
7831a326
Commit
7831a326
authored
Jun 19, 2013
by
Sofia Papagiannaki
Browse files
astakos: fix reset password confirmation url
parent
b737bc5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/forms.py
View file @
7831a326
...
...
@@ -527,7 +527,7 @@ class ExtendedPasswordResetForm(PasswordResetForm):
"""
for
user
in
self
.
users_cache
:
url
=
user
.
astakosuser
.
get_password_reset_url
(
token_generator
)
url
=
join_urls
(
settings
.
BASE_
URL
,
url
)
url
=
join_urls
(
settings
.
BASE_
HOST
,
url
)
c
=
{
'email'
:
user
.
email
,
'url'
:
url
,
...
...
Write
Preview
Markdown
is supported
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