mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-09 14:58:05 -05:00
set minimum password length after user registration update
This commit is contained in:
@@ -57,6 +57,7 @@ class Devise::RegistrationsController < DeviseController
|
||||
respond_with resource, location: after_update_path_for(resource)
|
||||
else
|
||||
clean_up_passwords resource
|
||||
set_minimum_password_length
|
||||
respond_with resource
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user