Manually verify new users without email #696
Answered
by
mikecasas
markdav-is
asked this question in
General
-
I'm demoing the user registration and we don't have email set up yet. (still investigating how that works) and I'm curious if I can flip a bit in the database to manually verify a user. I don't see anything obvious in the user or userrole tables... |
Beta Was this translation helpful? Give feedback.
Answered by
mikecasas
Aug 21, 2020
Replies: 1 comment
-
Try EmailConfirmed in the AspNetUsers table. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
markdav-is
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try EmailConfirmed in the AspNetUsers table.