Users with SHA-1 hashes are redirected to the password change page

This commit is contained in:
Jan Stępień 2011-09-05 22:06:37 +02:00
parent a11937788e
commit 5d3829cfbf
6 changed files with 54 additions and 0 deletions

View file

@ -104,6 +104,8 @@ module NavigationHelpers
when /the tag page for "([^"]*)"/i
@source_view = "tag"
tag_path($1, options)
when /the change password page/
change_password_user_path @current_user
# Add more mappings here.
# Here is an example that pulls values out of the Regexp: