mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
Do not validate invalid request #2660
This commit is contained in:
parent
7facd58f31
commit
265568dcf3
2 changed files with 5 additions and 5 deletions
|
@ -957,7 +957,7 @@ ActiveRecord::Schema.define(version: 20150525075550) do
|
|||
t.text "crt"
|
||||
t.string "type"
|
||||
t.string "registrant_ident"
|
||||
t.string "encrypted_password", default: ""
|
||||
t.string "encrypted_password", default: "", null: false
|
||||
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