Do not validate invalid request #2660

This commit is contained in:
Martin Lensment 2015-06-02 13:25:49 +03:00
parent 7facd58f31
commit 265568dcf3
2 changed files with 5 additions and 5 deletions

View file

@ -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"