diff --git a/auth/app/controllers/user_passwords_controller.rb b/auth/app/controllers/user_passwords_controller.rb index ee53aee..a4be279 100755 --- a/auth/app/controllers/user_passwords_controller.rb +++ b/auth/app/controllers/user_passwords_controller.rb @@ -21,7 +21,7 @@ def create if resource.errors.empty? set_flash_message(:notice, :send_instructions) if is_navigational_format? - redirect_to resource, :location => new_session_path(resource_name) + redirect_to root_url else render :new end