mike-jumper commented on code in PR #457:
URL: https://github.com/apache/guacamole-client/pull/457#discussion_r3037503238


##########
extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/user/ModeledUser.java:
##########
@@ -105,10 +105,10 @@ public class ModeledUser extends 
ModeledPermissions<UserModel> implements User {
      * form.
      */
     public static final Form PROFILE = new Form("profile", 
Arrays.<Field>asList(
-        new TextField(User.Attribute.FULL_NAME),
+        new TextField(User.Attribute.FULL_NAME, Field.Autocomplete.NAME),

Review Comment:
   If we set these autocomplete attributes for all users, will that result in 
the browser assuming that the details of the _current_ user are appropriate for 
any user being edited?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to