getgrav / grav-plugin-login

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

add-user ignores desired username #157

Closed SimJoSt closed 6 years ago

SimJoSt commented 6 years ago

I created a new user using bin/plugin login add-user and entered a username when prompted. After entering all the other information as well, I got the following success message

Success! User 1 created.

I thought nothing of it, as I just created 1 (one) user. But appearently the user was actually named 1. I had to change the name of the .yml file in the accounts folder.

mahagr commented 6 years ago

As workaround use --user=username parameter until the fix has been released.