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

Storing the users data with some special characters #7103

Closed
mostafasoufi opened this issue Nov 6, 2020 · 4 comments
Closed

Storing the users data with some special characters #7103

mostafasoufi opened this issue Nov 6, 2020 · 4 comments
Labels

Comments

@mostafasoufi
Copy link
Contributor

I'm trying to store the emails which have some special characters but either craftcms or yii tries to encode the strings, this is OK with Vanilla PHP

Capture

Also, I put a log in src/controllers/UsersController.php:1022 to get the $_POST to see posted data and still was encoded.

@brandonkelly
Copy link
Member

I’m not seeing any issues saving a user account with the email aaa@äö.ee. Can you be more specific as to what you are entering and where it is getting encoded?

@mostafasoufi
Copy link
Contributor Author

I tested with the front sign-up form, not admin and the username filled automatically by CraftCMS and is encoded. @brandonkelly

@brandonkelly
Copy link
Member

Got it, thanks. We’ve fixed this for the next release.

@brandonkelly
Copy link
Member

Craft 3.5.16 is out now with that fix.

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

No branches or pull requests

2 participants