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

Issue192 Emojis in Usernames #443

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

andersoncedu
Copy link
Contributor

Issue:
There was an issue to keep users from adding emoji's inside their usernames when registering a new account.

Fix:
To resolve this issue, We added a new test to search usernames for emoji unicode using regex. This username test was added at the validation layer which will affect new users registering for courses initially and existing users registering for a new course. The issue requested to find a graceful way to phase out emoji's in usernames and this is the best solution we could think of.
image

Test:
To test this issue, attempt to register for a new course with an emoji in the username, there should be an error message saying "username: Username cannot contain emojis"

fix #192

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.

usernames with emojis in them cause trouble in Student Progress report
1 participant