Skip to content

Commit 539fcc6

Browse files
Merge pull request #580 from cln-io/patch-1
Update CONTRIBUTING.md with info on the seeded credentials
2 parents 6dabe3d + de3f9a3 commit 539fcc6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ php artisan db:seed --class="ButtonSeeder"
3737
5. Move the folder into a local web server (make sure you double-check the [requirements](https://linkstack.org/docs/d/installation-requirements/)).
3838
6. Now edit any files you want to change.
3939
7. Commit your changes to your forked repository.
40-
2. Issue that pull request!
40+
8. Issue that pull request!
41+
42+
### Credentials for your development environment
43+
The default seeded user is `[email protected]` with password `12345678` as set in [AdminSeeder.php](database/seeders/AdminSeeder.php)
4144

4245
## Any contributions you make will be under the GPL-3.0 Software License
4346

0 commit comments

Comments
 (0)