forked from fixin.me/fixin.me
Set unconfirmed_email limit
This commit is contained in:
parent
4dbd5f4a2a
commit
787eaba3b1
@ -18,7 +18,7 @@ class AddDeviseToUsers < ActiveRecord::Migration[7.0]
|
|||||||
t.datetime :confirmed_at
|
t.datetime :confirmed_at
|
||||||
t.datetime :confirmation_sent_at
|
t.datetime :confirmation_sent_at
|
||||||
# Only if using reconfirmable
|
# Only if using reconfirmable
|
||||||
t.string :unconfirmed_email
|
t.string :unconfirmed_email, limit: 64
|
||||||
|
|
||||||
## Trackable
|
## Trackable
|
||||||
# t.integer :sign_in_count, default: 0, null: false
|
# t.integer :sign_in_count, default: 0, null: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user