mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Revert back to the default password for simplicity
This commit is contained in:
parent
fbcd35f197
commit
9e2c4827aa
1 changed files with 1 additions and 3 deletions
|
@ -99,8 +99,6 @@ class Instance {
|
|||
'company_link' => 'https://example.org',
|
||||
]);
|
||||
|
||||
$password = random_string();
|
||||
|
||||
// Admin
|
||||
|
||||
$this->CI->admins_model->save([
|
||||
|
@ -110,7 +108,7 @@ class Instance {
|
|||
'phone_number' => '+10000000000',
|
||||
'settings' => [
|
||||
'username' => 'administrator',
|
||||
'password' => $password,
|
||||
'password' => 'administrator',
|
||||
'notifications' => TRUE,
|
||||
'calendar_view' => CALENDAR_VIEW_DEFAULT
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue