mirror of
https://github.com/flarum/framework.git
synced 2025-05-22 22:59:57 +08:00
Changed default Admin password
Default Admin password doesn't pass the new validation rule (min 8 chars)
See: cbcad27679 (diff-2e6d4ed85cd06d3e11f7f8428746214eR126)
This commit is contained in:
@ -25,8 +25,8 @@ class DefaultData implements ProvidesData
|
|||||||
|
|
||||||
protected $adminUser = [
|
protected $adminUser = [
|
||||||
'username' => 'admin',
|
'username' => 'admin',
|
||||||
'password' => 'admin',
|
'password' => 'password',
|
||||||
'password_confirmation' => 'admin',
|
'password_confirmation' => 'password',
|
||||||
'email' => 'admin@example.com',
|
'email' => 'admin@example.com',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user