happens the same with users/groups/roles Maybe because the username is present in other security related files like *rest.properties* or *services.properties*
looking at the source code fod the user edit page https://github.com/geoserver/geoserver/blob/master/src/web/security/core/src/main/java/org/geoserver/security/web/user/EditUserPage.java the username is always disabled *get("form:username").setEnabled(false);* Samy Otero <[email protected]> escreveu no dia quarta, 29/01/2020 à(s) 16:44: > Hi all, > > I am trying to update the user information. All the user attributes are > updated correctly, except for the username. > > *Is that the intended behavior?* > > I tried the update using the API without success. Also, I went through the > user interface as a GeoServer admin, and I noticed that the username text > field is disabled by default preventing any changes to the username. I > tried to remove the disabled tag from the HTML and submitting the form but > the result is the same, no updates in the username. > > I am using Geoserver version 2.15.2 > > Regards, > > -- > Samy Otero > > *PSD |* Software Developer > > www.psdrcs.com > > *London |* 148 Fullarton St. 9th floor. > > *Burlington |* 5045 South Service Rd. > > > > _______________________________________________ > Geoserver-users mailing list > > Please make sure you read the following two resources before posting to > this list: > - Earning your support instead of buying it, but Ian Turton: > http://www.ianturton.com/talks/foss4g.html#/ > - The GeoServer user list posting guidelines: > http://geoserver.org/comm/userlist-guidelines.html > > If you want to request a feature or an improvement, also see this: > https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer > > > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users > -- www.vfonsecaz.pt
_______________________________________________ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
