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

feat: Add Email validation feature when registering - MEED-1958 #558

Merged
merged 1 commit into from
Mar 16, 2023

Conversation

boubaker
Copy link
Member

this change will allow to add a new step in registration process for email verification and validation. To enable it, the addons will be able to add a simple attribute in session request.getSession().setAttribute(ExternalRegisterHandler.REQUIRE_EMAIL_VALIDATION, "true");

@boubaker boubaker merged commit 0c7959e into develop Mar 16, 2023
@boubaker boubaker deleted the meed-1958-develop branch March 16, 2023 17:23
@sonarcloud
Copy link

sonarcloud bot commented Mar 16, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 8 Code Smells

41.0% 41.0% Coverage
13.2% 13.2% Duplication

exo-swf pushed a commit that referenced this pull request Mar 16, 2023
this change will allow to add a new step in registration process for
email verification and validation. To enable it, the addons will be able
to add a simple attribute in session
`request.getSession().setAttribute(ExternalRegisterHandler.REQUIRE_EMAIL_VALIDATION,
"true");`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant