about summary refs log tree commit diff
path: root/app/controllers/auth/passwords_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/auth/passwords_controller.rb')
-rw-r--r--app/controllers/auth/passwords_controller.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/controllers/auth/passwords_controller.rb b/app/controllers/auth/passwords_controller.rb
index 34b98da53..b98bcecd0 100644
--- a/app/controllers/auth/passwords_controller.rb
+++ b/app/controllers/auth/passwords_controller.rb
@@ -6,6 +6,12 @@ class Auth::PasswordsController < Devise::PasswordsController
 
   layout 'auth'
 
+  def update
+    super do |resource|
+      resource.session_activations.destroy_all if resource.errors.empty?
+    end
+  end
+
   private
 
   def check_validity_of_reset_password_token