fusionauth-issues icon indicating copy to clipboard operation
fusionauth-issues copied to clipboard

Add verified toggle to Admin UI

Open alex-fusionauth opened this issue 1 year ago • 5 comments

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 avatar Oct 10 '24 17:10 alex-fusionauth

@alex-fusionauth We currently expose a toggle to verify the email in one direction. image 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 avatar Oct 11 '24 15:10 jobannon

@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.

alex-fusionauth avatar Oct 11 '24 15:10 alex-fusionauth

Good point. We should also consider toggles for registration verification status too, as I bet they have the same condition.

jobannon avatar Oct 11 '24 16:10 jobannon

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?

robotdan avatar Oct 11 '24 17:10 robotdan

The usecase is when importing incorrectly and you want a user to be forced back to unverified, requiring the flow once again.

alex-fusionauth avatar Oct 16 '24 19:10 alex-fusionauth