Control Web Panel

WebPanel => CentOS-WebPanel Bugs => Topic started by: humansoft on May 29, 2023, 11:13:40 AM

Title: When registering a new user, The username is limited to 8 characters.
Post by: humansoft on May 29, 2023, 11:13:40 AM
CWP inconvenience
When registering a new user,
The username is limited to 8 characters.

Is there a way to register a longer username?
Title: Re: When registering a new user, The username is limited to 8 characters.
Post by: overseer on May 29, 2023, 02:12:48 PM
CWP imposes the 8 character limitation, just as cPanel used to (and cPanel is something of the spiritual father/reference platform for CWP). But the command line useradd utility can do up to 32 characters. I haven't tested to see if you do an end-run around CWP and it would respect the longer user name. But my suspicion is it would truncated it to 8 char because of the need for longer permutations for MySQL user + DB names: username_dbname. Perhaps this will be something they fix when they start offering EL9 support later this year or next year. AlmaLinux 9, here we come!