RailsCasts Pro episodes are now free!

Learn more or hide this

daidekman's Profile

GitHub User: daidekman

Comments by

Avatar

Aaron -- I have the same question. Were you able to find a solution to this? I know that the password_reset controller and edit form aren't set properly, but it isn't clear to me how to remedy this to update the identity model with a new password. Any help would be great!

Avatar

Another outstanding video - thank you! A question (perhaps a novice question):

how can I enable users to register so that all of the services record their "first_name" in the user model rather than "name" which is required in the auth hash schema?

It seems that omniauth-identity requires "name" while with omniauth-facebook I can distinguish between "name" and "first_name" and "last_name" when the user model creates records.