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 user verify command to activate/deactivate user via php bin/console #380

Merged
merged 4 commits into from
Dec 24, 2023

Conversation

nobodyatroot
Copy link
Member

@nobodyatroot nobodyatroot commented Dec 24, 2023

Instance admins have been required to manually modify the is_verified user field in the database to activate an account that failed to successfully complete the email verification process. This PR adds the following php bin/console command to remove the need for manual database interaction:

mbin:user:verify [-a|--activate] [-d|--deactivate] [--] <username>

Example output:

image

@nobodyatroot nobodyatroot added the backend Backend related issues and pull requests label Dec 24, 2023
@nobodyatroot nobodyatroot merged commit 8709eb9 into main Dec 24, 2023
7 checks passed
@nobodyatroot nobodyatroot deleted the add_verify_user_command branch December 24, 2023 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related issues and pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants