Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add verified toggle to Admin UI #2897

Open
alex-fusionauth opened this issue Oct 10, 2024 · 5 comments
Open

Add verified toggle to Admin UI #2897

alex-fusionauth opened this issue Oct 10, 2024 · 5 comments

Comments

@alex-fusionauth
Copy link

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.

@jobannon
Copy link

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

@alex-fusionauth
Copy link
Author

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

@jobannon
Copy link

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

@robotdan
Copy link
Member

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?

Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants