Can you change a user's email just through the database?

Hey all, could I do this and have the user still log in using the new email? Or do I need to explicitly use the “change user’s credentials” action or w/e. I would prefer to just do a simple database change rather than create a workflow for this, if possible. Thanks!

You can change the user’s email directly in the database editor, if that’s what you’re asking. The user’s credentials will be updated accordingly.

1 Like

OK, so as it pertains to the email only, this is effectively equivalent to the “update credentials action?” Thanks!

Yes! :ok_hand:

1 Like