I'm seeing this error when trying to change passwords with v0.8.0, Rails 3.2.16. Downgrading to 0.7.2 fixes the issue, but it's not the same error message as https://github.com/phatworx/devise_security_extension/issues/76 so I'm raising this as a separate bug.
Exception or error ActiveRecord::StatementInvalid b7b14700-8281-0131-3be1-457556311861 occurred: 'PG::NotNullViolation: ERROR: null value in column "encrypted_password" violates not-null constraint
: INSERT INTO "old_passwords" ("created_at", "encrypted_password", "lock_version", "password_archivable_id", "password_archivable_type", "password_salt") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"'.
I'm seeing this error when trying to change passwords with v0.8.0, Rails 3.2.16. Downgrading to 0.7.2 fixes the issue, but it's not the same error message as https://github.com/phatworx/devise_security_extension/issues/76 so I'm raising this as a separate bug.