Authentication settings
Username used for authentication
txt
Username
[[:alnum:]][-_#@[:alnum:]]{0,127}
Username is limited to alphanumerical characters, -, _, #, and @ with a total lenght of 128
Password used for authentication
txt
Password
[[:ascii:]]{1,128}
Password is limited to ASCII characters only, with a total lenght of 128