distinct error messages for loginname begins with customer.prefix and loginname exists on the system

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-05-08 13:22:14 +02:00
parent d42e71fa9f
commit 31b79d6471
3 changed files with 5 additions and 3 deletions

View File

@@ -1050,7 +1050,8 @@ return [
'webmailiswrong' => 'The webmail-link is not a valid link.',
'webftpiswrong' => 'The WebFTP-link is not a valid link.',
'stringformaterror' => 'The value for the field "%s" is not in the expected format.',
'loginnameissystemaccount' => 'You cannot create accounts which are similar to system accounts (as for example begin with "%s"). Please enter another account name.',
'loginnameisusingprefix' => 'You cannot create accounts that begin with "%s", as this prefix is set to be used for the automatic account-naming. Please enter another account name.',
'loginnameissystemaccount' => 'The account "%s" already exists on the system and cannot be used. Please enter another account name.',
'youcantdeleteyourself' => 'You cannot delete yourself for security reasons.',
'youcanteditallfieldsofyourself' => 'Note: You cannot edit all fields of your own account for security reasons.',
'documentrootexists' => 'The directory "%s" already exists for this customer. Please remove this before adding the customer again.',