Skip to content

Commit

Permalink
Fix web_url_for('reset_password_get') in conference views.
Browse files Browse the repository at this point in the history
  • Loading branch information
cslzchen committed Jul 20, 2016
1 parent d459d8f commit 2e4ea05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/conferences/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def add_poster_by_email(conference, message):
user.system_tags.append('osf4m')
set_password_url = web_url_for(
'reset_password_get',
username=user.username,
verification_key=user.verification_key,
_absolute=True,
)
Expand Down

0 comments on commit 2e4ea05

Please sign in to comment.