flex around devise, also reconfirmable
This commit is contained in:
@ -25,7 +25,7 @@ class AddDeviseToMembers < ActiveRecord::Migration[7.0]
|
||||
t.string :confirmation_token
|
||||
t.datetime :confirmed_at
|
||||
t.datetime :confirmation_sent_at
|
||||
#t.string :unconfirmed_email # Only if using reconfirmable
|
||||
t.string :unconfirmed_email # Only if using reconfirmable
|
||||
|
||||
## Lockable
|
||||
# t.integer :failed_attempts, default: 0, null: false # Only if lock strategy is :failed_attempts
|
||||
|
Reference in New Issue
Block a user