Anyone knows how to update user's email and passwo...
# prisma-whats-new
j
Anyone knows how to update user's email and password?
n
if you use a resolver function for sign up and authentication, compared to the legacy email/password integration, you can add additional resolvers for updating a user's email and password. here are a few examples: https://github.com/graphcool/templates/tree/master/community/auth/email-user-management
j
oh I see. thank you @nilan
could this be an issue if one has already an app running with hundreds of records?
n
so, are you currently using the legacy integration?
j
yes, legacy, I have worked on the relations and schema already but the app is still in development but just a concern that I have