mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
remove the username for the aio interface
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
3a67636092
commit
f07413a182
5 changed files with 6 additions and 18 deletions
|
|
@ -18,10 +18,6 @@ class ConfigurationManager
|
|||
return [];
|
||||
}
|
||||
|
||||
public function GetUserName() : string {
|
||||
return $this->GetConfig()['username'];
|
||||
}
|
||||
|
||||
public function GetPassword() : string {
|
||||
return $this->GetConfig()['password'];
|
||||
}
|
||||
|
|
@ -32,7 +28,6 @@ class ConfigurationManager
|
|||
|
||||
public function SetPassword(string $password) : void {
|
||||
$config = $this->GetConfig();
|
||||
$config['username'] = 'admin';
|
||||
$config['password'] = $password;
|
||||
$this->WriteConfig($config);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue