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

[FIX] Role user has being added after email verification even for non anonymous users #14263

Merged
merged 2 commits into from
May 16, 2019

Conversation

MarcosSpessatto
Copy link
Member

@MarcosSpessatto MarcosSpessatto commented Apr 26, 2019

Closes #13823

Anonymous users needs to be transformed in user after email verification, but others, like guest, should not have the role user after email verification.

So, now, the code replaces anonymous by user preventing adding user for other type of users

@rodrigok rodrigok merged commit 75b733f into develop May 16, 2019
@rodrigok rodrigok deleted the fix-after-verify-email branch May 16, 2019 18:53
@rodrigok rodrigok changed the title [FIX] Fix after verify email, verify if it needs changes in user roles [FIX] Role user has being added after email verification even for non anonymous users May 16, 2019
@sampaiodiego sampaiodiego mentioned this pull request May 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Guest user is assigned user role upon email verification
3 participants