mirror of
https://github.com/flarum/framework.git
synced 2024-12-05 09:03:36 +08:00
Changed default Admin password
Default Admin password doesn't pass the new validation rule (min 8 chars)
See: 107dd268f5 (diff-2e6d4ed85cd06d3e11f7f8428746214eR126)
This commit is contained in:
parent
5922a64f82
commit
cc4fba830e
|
@ -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…
Reference in New Issue
Block a user