1
0
mirror of https://github.com/flarum/core.git synced 2025-07-23 17:51:24 +02:00

Merge pull request #488 from billmn/patch-1

Changed default Admin password
This commit is contained in:
Franz Liedke
2015-09-15 17:56:04 +02:00

View File

@@ -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',
];