Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Password validation on all attribute updates #32

Open
ephracis opened this issue Nov 9, 2011 · 0 comments
Open

Password validation on all attribute updates #32

ephracis opened this issue Nov 9, 2011 · 0 comments

Comments

@ephracis
Copy link

ephracis commented Nov 9, 2011

Whenever I try to update an attribute of the user, the password validations kick in and throws an error because no password is sent to the update.

I don't want to turn off validations and use save(false) everywhere but registration. And I want to use update_attributes(params[:user]) since it's very convenient.

Is there a way to only have the password validations kick in when the password is supposed to be validated (ie on registration and password change)?

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant