when creating a user using the auth0 provider - I ...
# prisma-whats-new
m
when creating a user using the auth0 provider - I can’t seem to update email - is that because it’s a system field?
n
@monkeybonkey ya that's an interaction with having the email provider enabled. Would adding another field,
auth0Email
for example, work for you?
m
if I disable the email password provider then it should work right?
n
If you disabled the email password provider, the email field will be gone and all data is lost! After that you can add the
email
field as expected though, yep
m
cool, yeah that should be fine - it’s just my dev/test db anyways
n
Yep just be aware that you don't add the email auth provider again 🙂