FusionAuth / fusionauth-issues

FusionAuth issue submission project
https://fusionauth.io
91 stars 12 forks source link

Allow Verify Email API to verify a user w/out a verificationId #1319

Closed robotdan closed 3 weeks ago

robotdan commented 3 years ago

Allow Verify Email API to verify a user w/out a verificationId

Problem

There is not a way to mark a user as having a verified email w/out making the user go through the email verification process. In general this is preferred, but in some cases an admin may wish to mark a user as having a verified email.

Solution

We should add this option to the existing API and then add this action to the admin UI.

Alternatives/workarounds

Make the user verify their email.

Edit the database value directly and re-index if using elasticsearch (not recommended).

Additional context

N/A

Related

Docs

Community guidelines

All issues filed in this repository must abide by the FusionAuth community guidelines.

How to vote

Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.

jobannon commented 3 years ago

related: https://fusionauth.io/community/forum/topic/1158/mark-email-as-verified

robotdan commented 3 years ago

This is also duplicated via https://github.com/FusionAuth/fusionauth-issues/issues/285 and https://github.com/FusionAuth/fusionauth-issues/issues/801 it appears. We will probably implement it via this issue.

spwitt commented 2 years ago

Internal