-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't edit user / devise #3110
Comments
Yes you have to downgrade to a prior version of devise to be supported (i.e. devise 4.5.0)
@sferik I think it is on your roadmap to fix it :) |
Thanks Vincent indeed this solved the pb ! @sferik any thought? |
Now this becoming a more PITA issue, since 4.5.0 has security issues and 4.6.0+ does not work as well CC thread from Devise heartcombo/devise#5033 |
Fixed by 72bc037. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error on edit the user in rails_admin for one of his field :
PG::NotNullViolation: ERROR: null value in column "encrypted_password" violates not-null constraint
. This encrypted password field by devise is however optional.Any change made lately on the gem?
Thanks !
The text was updated successfully, but these errors were encountered: