diff --git a/catch/permissions/database/seeds/UsersSeed.php b/catch/permissions/database/seeds/UsersSeed.php index bd10764..79ec70d 100644 --- a/catch/permissions/database/seeds/UsersSeed.php +++ b/catch/permissions/database/seeds/UsersSeed.php @@ -16,8 +16,8 @@ class UsersSeed extends Seeder { return \catchAdmin\permissions\model\Users::create([ 'username' => 'admin', - 'password' => 'admin', - 'email' => 'admin@gmail.com', + 'password' => 'catchadmin', + 'email' => 'catch@admin.com', 'creator_id' => 1, ]); } diff --git a/extend/catcher/CatchAdmin.php b/extend/catcher/CatchAdmin.php index 9c30d22..fa61002 100644 --- a/extend/catcher/CatchAdmin.php +++ b/extend/catcher/CatchAdmin.php @@ -7,7 +7,7 @@ class CatchAdmin { public static $root = 'catch'; - public const VERSION = '1.0.0'; + public const VERSION = '2.1.0'; /** diff --git a/extend/catcher/command/install/InstallProjectCommand.php b/extend/catcher/command/install/InstallProjectCommand.php index e649d4b..f70ecef 100644 --- a/extend/catcher/command/install/InstallProjectCommand.php +++ b/extend/catcher/command/install/InstallProjectCommand.php @@ -339,8 +339,8 @@ class InstallProjectCommand extends Command | | \ __ __ __ __ _ __ _ __ enjoy it ! _ __ __ __ __ __ __ ___ _ @ 2017 ~ %s 版本: %s - 初始账号: admin@gmail.com - 初始密码: admin + 初始账号: catch@admin.com + 初始密码: catchadmin ', $year, CatchAdmin::VERSION)); exit(0); }