diff --git a/app/models/super_admin.rb b/app/models/super_admin.rb index 29629f632..f41610ee4 100644 --- a/app/models/super_admin.rb +++ b/app/models/super_admin.rb @@ -13,10 +13,8 @@ # display_name :string # email :string # encrypted_password :string default(""), not null -# failed_attempts :integer # last_sign_in_at :datetime # last_sign_in_ip :string -# locked_at :datetime # message_signature :text # name :string not null # provider :string default("email"), not null @@ -30,7 +28,6 @@ # ui_settings :jsonb # uid :string default(""), not null # unconfirmed_email :string -# unlock_token :string # created_at :datetime not null # updated_at :datetime not null # diff --git a/app/models/user.rb b/app/models/user.rb index 1a78d082d..3094990d5 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -13,10 +13,8 @@ # display_name :string # email :string # encrypted_password :string default(""), not null -# failed_attempts :integer # last_sign_in_at :datetime # last_sign_in_ip :string -# locked_at :datetime # message_signature :text # name :string not null # provider :string default("email"), not null @@ -30,7 +28,6 @@ # ui_settings :jsonb # uid :string default(""), not null # unconfirmed_email :string -# unlock_token :string # created_at :datetime not null # updated_at :datetime not null #