ShelbyTV / shelby_gt

Rails API services for Shelby GT
2 stars 0 forks source link

PUT {password:'someval'} -> 409 when password is nil #146

Closed mkrecny closed 12 years ago

mkrecny commented 12 years ago

In onboarding I need to set a users password. I'm getting a 409 (conflict) "passwords did not match" error when trying to do so.

Right now I'm testing onboarding with my current user (mkrecny) - in the case of a new user I'm guessing the user model will not exist on the backend - so not sure how this error will play out.

cc @spinosa @hsztul

spinosa commented 12 years ago

See the preferences pane for an example of correctly working front-end setting of user password

Onboarding will have a user model which may or may not have email/password initially (depends on if user signed up w/ twt/fb or email+pw)