Update CONTRIBUTING.md with info on the seeded credentials

This commit is contained in:
CLN 2023-09-23 13:59:40 +02:00 committed by GitHub
parent 6dabe3d46e
commit de3f9a3205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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