You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passwords are encrypted when stored in the database, and they aren't accessed by any other component of the platform aside from Django's auth module. So as long as the characters are Unicode (which emoji are), it's totally fine. Restricting emoji would actually restrict the overall range of possible characters in a password, and make the passwords relatively less secure.
Thanks @linzjax for detecting this. Issuing individual issues from the comments in PR #1395.
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: