Add verified toggle to Admin UI
Add verified toggle to Admin UI
Problem
There has been an API added in #1319 to allow for the verify to be updated, but no way to update in the Admin UI.
Solution
Add toggle at all necessary levels.
Alternatives/workarounds
Can only use API.
Additional context
Add any other context or screenshots about the feature request here.
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.
@alex-fusionauth We currently expose a toggle to verify the email in one direction.
What's not exposed is registration verification (updating or modifying that). I am not sure if our API's allow modification on that layer...
@jobannon I believe part of the problem is that when we import users and this is marked we would like to make it verified: false in the UI.
Good point. We should also consider toggles for registration verification status too, as I bet they have the same condition.
Can you clarify the specific request?
Is the specific request to change a user email verification state to false when it is already true? If so, what is the use case for this?
The usecase is when importing incorrectly and you want a user to be forced back to unverified, requiring the flow once again.