Jump to content
Froxlor Forum
  • 0

Max username length


ssjeanderson

Question

Posted

Hello guys,

 

I'm using froxlor since june/2015 and everything went well. Today, I needed to create an account with 15 characters length username, but I received the message "only 11 characters allowed". Curiosly, I have accounts with 12 characters length, so, the real limitation seems to be 12 characters. 

 

Is there a way to increase this limit?

 

I'm using the 0.9.34 version on a debian 8 with apache2 and php-fpm enabled.

 

Sorry for the bad English and Thanks for this great panel!

 

8 answers to this question

Recommended Posts

Posted

For me it says "Loginname contains too many characters. Only 8 characters are allowed." So why can I only get 8 characters? :o

?Debian 8 here.

 

For the exact same reason i already gave here...depends on your settings of course, if your sql-prefix is "sql" and your username-prefix is "customer" you got eight characters + increasing number + three characters + increasing number - and all this together cannot exceed the mysql-limit

Posted

No there's no chance to increase that because mysql-usernames are limited to 16 chars and with sql-prefix + increasing number we need to limit the base-username 

Posted

For me it says "Loginname contains too many characters. Only 8 characters are allowed." So why can I only get 8 characters? :o

?Debian 8 here.

Posted

For the exact same reason i already gave here...depends on your settings of course, if your sql-prefix is "sql" and your username-prefix is "customer" you got eight characters + increasing number + three characters + increasing number - and all this together cannot exceed the mysql-limit

If I already have customers + mysqldbs can I change the prefix? Will this change the prefix for existing stuff as well? 

Posted

If I already have customers + mysqldbs can I change the prefix? Will this change the prefix for existing stuff as well? 

I did some tests here.. the new prefix only apply on the new DBs. The existing DBs not changed (thankfully). The system only accepts two or more characters in the prefix, so I changed the default 'sql' to 'DB' and gained one more character on the username.

Posted

I have to bring this up again.

 

I can currently get a max. user length of 9 characters with the following settings while the error message tells me that 8 characters is the max. allowed length:

Customer prefix: web

SQL prefix: RANDOM (=3 digit number)

FTP prefix: ftp

 

Any suggestions on how to get more characters for the user length while keeping reasonable prefixes? e.g.

SQL prefix = db

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...