From de3f9a320547579d91e2939716791a120f8c8166 Mon Sep 17 00:00:00 2001 From: CLN <7887972+cln-io@users.noreply.github.com> Date: Sat, 23 Sep 2023 13:59:40 +0200 Subject: [PATCH] Update CONTRIBUTING.md with info on the seeded credentials --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index efc8101..f873955 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,10 @@ php artisan db:seed --class="ButtonSeeder" 5. Move the folder into a local web server (make sure you double-check the [requirements](https://linkstack.org/docs/d/installation-requirements/)). 6. Now edit any files you want to change. 7. Commit your changes to your forked repository. -2. Issue that pull request! +8. Issue that pull request! + +### Credentials for your development environment +The default seeded user is `admin@admin.com` with password `12345678` as set in [AdminSeeder.php](database/seeders/AdminSeeder.php) ## Any contributions you make will be under the GPL-3.0 Software License