generate username
This commit is contained in:
parent
bced05067a
commit
9bf063c7bd
1 changed files with 10 additions and 0 deletions
|
@ -41,6 +41,16 @@ class Server_Manager_Mailcow extends Server_Manager
|
|||
];
|
||||
}
|
||||
|
||||
/**
|
||||
* Override default username generator method
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function generateUsername($domainName)
|
||||
{
|
||||
return "adm_" . str_replace(".", "", $domainName);
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns link to account management page.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue