mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 02:05:57 +02:00
Added registrant successful email confirmation #2557
This commit is contained in:
parent
9f2d87606d
commit
8102b8f1a2
11 changed files with 169 additions and 18 deletions
|
@ -199,6 +199,7 @@ ActiveRecord::Schema.define(version: 20150713113436) do
|
|||
t.string "country_code"
|
||||
t.string "state"
|
||||
t.integer "legacy_id"
|
||||
t.string "statuses", array: true
|
||||
end
|
||||
|
||||
add_index "contacts", ["code"], name: "index_contacts_on_code", using: :btree
|
||||
|
@ -1029,7 +1030,7 @@ ActiveRecord::Schema.define(version: 20150713113436) do
|
|||
t.text "crt"
|
||||
t.string "type"
|
||||
t.string "registrant_ident"
|
||||
t.string "encrypted_password", default: "", null: false
|
||||
t.string "encrypted_password", default: ""
|
||||
t.datetime "remember_created_at"
|
||||
t.integer "failed_attempts", default: 0, null: false
|
||||
t.datetime "locked_at"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue