We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Upon testing singup at https://whydahdev.cantara.no/sso/# I used gmail alias feature (https://support.google.com/mail/answer/12096?hl=en) in both username and email. In username it worked fine, but in e-mail it was stripped away resulting in failed # since I did not receive a password e-mail.
my.username+alias@gmail.com turned into my.usernamealias@gmail.com
The text was updated successfully, but these errors were encountered:
in UserIdentityService:
if (dto.getEmail() != null && dto.getEmail().contains("+")) { email = replacePlusWithEmpty(dto.getEmail()); } else { email = dto.getEmail(); }
Sorry, something went wrong.
kimcs
No branches or pull requests
Upon testing singup at https://whydahdev.cantara.no/sso/#
I used gmail alias feature (https://support.google.com/mail/answer/12096?hl=en) in both username and email. In username it worked fine, but in e-mail it was stripped away resulting in failed # since I did not receive a password e-mail.
my.username+alias@gmail.com turned into my.usernamealias@gmail.com
The text was updated successfully, but these errors were encountered: