app/models/kryptonite/user.rb in kryptonite-0.0.1 vs app/models/kryptonite/user.rb in kryptonite-0.0.2

- old
+ new

@@ -11,9 +11,11 @@ end acts_as_authentic { |c| c.validate_email_field = false } attr_accessor :notify_of_new_password + + attr_accessible :login, :name, :email, :time_zone, :access_level, :password, :password_confirmation after_create :send_create_notification after_update :send_update_notification before_validation :check_time_zone