MySQL username length policy increased to 40 characters
This commit is contained in:
parent
c087e5c40a
commit
d0bd263bbd
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ namespace WebsitePanel.Portal
|
|||
}
|
||||
parts = settings["UserNamePolicy"].Split(';');
|
||||
|
||||
if (Utils.ParseInt(parts[3]) > 16)
|
||||
if (Utils.ParseInt(parts[3]) > 40)
|
||||
{
|
||||
ShowWarningMessage("MySQL_USERNAME_MAX_LENGTH");
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue