fix: master account display name set to Webmaster
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -390,7 +390,7 @@ class MokoWaaS extends CMSPlugin
|
||||
$now = Factory::getDate()->toSql();
|
||||
|
||||
$userData = (object) [
|
||||
'name' => 'MokoWaaS Admin',
|
||||
'name' => 'Webmaster',
|
||||
'username' => $username,
|
||||
'email' => $email,
|
||||
'password' => $hashedPass,
|
||||
|
||||
Reference in New Issue
Block a user