necouchman commented on code in PR #457:
URL: https://github.com/apache/guacamole-client/pull/457#discussion_r3037666901
##########
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:
Yes, probably so. As with the other ones, if you think it's better to set it
to `OFF`, I'm okay with that, too.
--
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]