mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 09:11:40 +08:00
Merge pull request #488 from billmn/patch-1
Changed default Admin password
This commit is contained in:
commit
a9e001a4ce
@ -25,8 +25,8 @@ class DefaultData implements ProvidesData
|
||||
|
||||
protected $adminUser = [
|
||||
'username' => 'admin',
|
||||
'password' => 'admin',
|
||||
'password_confirmation' => 'admin',
|
||||
'password' => 'password',
|
||||
'password_confirmation' => 'password',
|
||||
'email' => 'admin@example.com',
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user