# File lib/devise/models/database_authenticatable.rb, line 47 def clean_up_passwords self.password = self.password_confirmation = nil end