diff --git a/README.rst b/README.rst index 530c5b0..00f8150 100644 --- a/README.rst +++ b/README.rst @@ -68,7 +68,9 @@ To populate the container with test data and create a new account, run :: $ docker-compose -f dev/docker-compose.yml exec web python dev-data.py --all -You can then login with any of the created users. +You can then login with any of the created users, by example: +- username: pingou +- password: testing123 Vagrant ^^^^^^^ diff --git a/dev/ansible/roles/pagure-dev/files/motd b/dev/ansible/roles/pagure-dev/files/motd index 7c2dc3e..15a6ae7 100644 --- a/dev/ansible/roles/pagure-dev/files/motd +++ b/dev/ansible/roles/pagure-dev/files/motd @@ -21,4 +21,7 @@ Here are some tips: Once you start the server you can navigate to http://localhost:5000/ in your browser on the host to access your Pagure development environment. +During your navigate you can use any of the created users, +by example `pingou/testing123`. + Happy hacking!