getgrav / grav-plugin-login

Grav Login Plugin
http://getgrav.org
MIT License
44 stars 54 forks source link

Fix uppercase and Unicode username handling #177

Closed newbthenewbd closed 5 years ago

newbthenewbd commented 5 years ago

Per getgrav/grav#2160, this is a pull request that improves how the users who decide to add some nice uppercase Cyrillic letters to their usernames are handled by the login plugin itself.

It includes a few patches to the plugin's CLI in order to add uppercase and Unicode username support to it, as well as a fix to the issue of the username filenames not being forced lowercase on registration.

mahagr commented 5 years ago

Looks good, but deeper review is needed. :)