Posts that Justin Reese is monitoring

Subscribe to Posts that Justin Reese is monitoring 5 posts found

Oct 1, 2007
Avatar David Heinem... 260 posts

Topic: Error when editing "My Info" and using OpenID

We found the cause of this and a fix is being pushed within the next few hours. Thanks for reporting everyone!

 
Oct 1, 2007
Avatar Ryan Heneise 4 posts

Topic: Error when editing "My Info" and using OpenID

FWIW, in one of my apps, I do something like this in the User model:

validates_presence_of :password, :if => Proc.new{|u| !u.password.blank?}

 
Oct 1, 2007
Avatar Ryan Heneise 4 posts

Topic: Error when editing "My Info" and using OpenID

The validation error occurs when you have selected “Use OpenID Instead” AND you have not entered a username in password. When OpenID is selected, the form fields for User name and password are hidden.

On my account, because I’m using OpenID, I have not entered anything in the Username and Password fields. When the form is saved, it throws a validation error on “User name” and password.

RE: Justin – I’m having the same trouble and I am the primary account holder.

 
Sep 29, 2007
Avatar grigs 2 posts

Topic: Error when editing "My Info" and using OpenID

I’ve just bumped into this problem as well.

 
Sep 27, 2007
Avatar David Heinem... 260 posts

Topic: Error when editing "My Info" and using OpenID

I’m looking into this now and am unable to replicate. What browser are you on?