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(session/container): emails with special characters can now be used #7

Merged
merged 2 commits into from
May 16, 2024
Merged

fix(session/container): emails with special characters can now be used #7

merged 2 commits into from
May 16, 2024

Conversation

tuta-amb
Copy link

Fixes #6

This is solved by passing the email localname through encodeEmailLocal, which replaces special symbols (any symbol other than ._-) with the respective character's codepoint.

Warning

I have not tested this, neither have I ran any CD formatting, lints, or checks. It would be great if someone could do so.

Related: @IncognitoTGT

@IncognitoTGT IncognitoTGT self-assigned this May 16, 2024
Copy link
Member

@IncognitoTGT IncognitoTGT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good and tested

@IncognitoTGT IncognitoTGT merged commit d828d8a into spaceness:main May 16, 2024
@tuta-amb tuta-amb deleted the fix/6-email-specialchar branch May 16, 2024 03:24
@yosoof3
Copy link

yosoof3 commented May 17, 2024

mashallah brother

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

Successfully merging this pull request may close these issues.

Container fails to create if user has specials in email
3 participants