FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
84 views 1 comments
by anonymous
Support for longer usernames would be nice.

1 Answer

0 votes
by anonymous

Hello,

Support for longer usrenames from the WebUI side will be included in 7.5 firmware version.

At the moment, longer usernames can be edited via CLI/SSH.

If you want to edit username length of the root group user for WebUI login, execute the following commands:

  • uci set rpcd.@login[-1].username='newuserlonger'
  • uci commit rpcd
  • /etc/init.d/rpcd restart

For users of other groups, you will need to edit rpcd configuration file. First, execute the following command:

  • vi /etc/config/rpcd

 Press letter i to enable editing and edit username option under login section for a particular user:

Once done press Esc, then enter :wq and press Enter.

Now, you should be able to login using longer usernames.

Best regards,

by anonymous
Thanks for this guidlines. I am happy to know about it.