getgrav / grav-plugin-admin

Grav Admin Plugin
http://getgrav.org
MIT License
355 stars 223 forks source link

Unable to edit Username Field #2344

Closed ColinTheBossReal closed 1 year ago

ColinTheBossReal commented 1 year ago

So this is the current problem I am having after just installing Grav. When I go to create a User it won't let me edit the username field

image

And as you can see in the image it is set to be disabled and read only after hitting add account. If I edit the HTML here it will allow me to create a new user just fine.

rhukster commented 1 year ago

Yes that is a limitation as the userid is infact the "id" of the user you can't change that. just create a new user with the username you want OR you can jsut rename the file manually in the /user/accounts/ folder.

ColinTheBossReal commented 1 year ago

But it will not let you create a user without a username

ColinTheBossReal commented 1 year ago

image

rhukster commented 1 year ago

Actually apologies, this is a bug. Fixed now and releasing 1.7.39.4 with fix.