getkirby-v2 / starterkit

This is the deprecated starterkit for Kirby v2.
http://getkirby.com
Other
301 stars 94 forks source link

"@" and "period" in username get replaced as dashes #26

Closed username1290 closed 9 years ago

username1290 commented 9 years ago

Hi, when installing Kirby 2.0.3, I created a new account, username: example@example.com I entered a password, then Create Account button.

Now, when loging in, the username got renamed as: username: example-example-com

distantnative commented 9 years ago

As the username is also used as the filename for the user data file, all special characters that should not be additionally in a filename get replaced with dashes.

zzzzBov commented 9 years ago

seems like the name should probably be percent encoded and then properly decoded when accessed.

distantnative commented 9 years ago

Is this problem still present in the new kirby & panel version 2.1.0? If so please reopen an issue in the panel repository (not this starterkit repository): https://github.com/getkirby/panel/issues Thanks!