Skip to content

Commit

Permalink
Show username on feedback page
Browse files Browse the repository at this point in the history
  • Loading branch information
Branko Vukelic committed Jul 29, 2015
1 parent 4929b2a commit 191491e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions librarian/routes/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ def reset():
# will be taken to log-in page..."
redirect_target=_('log-in page'),
# Translators, shown after password has been changed
message=_('Your password has been changed. You can now '
'log in using your new password.'),
message=_("Password for username '%(username)s' has been "
"set.") % {'username': username},
status='success',
redirect_url=login_url)

Expand Down

0 comments on commit 191491e

Please sign in to comment.