diff --git a/app/models/pseudo_user.rb b/app/models/pseudo_user.rb index 9fa607f..8131022 100644 --- a/app/models/pseudo_user.rb +++ b/app/models/pseudo_user.rb @@ -59,7 +59,7 @@ class PseudoUser end def update_password(password, password_confirmation) - self.update_attributes(password: password, password_confirmation: password_confirmation, reset_token: nil, registered: true) + self.update_attributes(password: password, password_confirmation: password_confirmation, reset_token: nil) self.save end