Navigation Menu

Skip to content

Commit

Permalink
set minimum password length on reset failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jlerpscher committed Nov 10, 2015
1 parent 57bf362 commit 8426b12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/devise/passwords_controller.rb
Expand Up @@ -43,6 +43,7 @@ def update
end
respond_with resource, location: after_resetting_password_path_for(resource)
else
set_minimum_password_length
respond_with resource
end
end
Expand Down

0 comments on commit 8426b12

Please sign in to comment.