Topic: how to increase login user text length

Dear Members , somehow my FA login page not accepting more than five character .can someone guide me where i can change the settings to accept more than five character length, FA version 2.4.15

Re: how to increase login user text length

In FA 2.4.15+, the file access/login.php line 103 is:

        text_row(_("User name"), "user_name_entry_field", $value, 20, 30);

There is no restriction of 5 characters for username.

Re: how to increase login user text length

yes there is no restriction for user name .but my installation not accepting more than five character somehow . even if i tried to create new user it allowed only five character length.

Re: how to increase login user text length

Check the "View-Source" of the login form and see if some browser moz css styling automatically came in.