From bca5f92f36f957bf56c7875a9cd0140dc8caeff9 Mon Sep 17 00:00:00 2001 From: Hervé Beraud Date: Jan 14 2019 09:14:06 +0000 Subject: Add testing/dev user to the documentation Help new contributors to hack on pagure by adding one of the created account to the documentation to avoid to search this information inside the source code. Newcomers just find this useful information by reading the documentation. --- 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!