#4197 Add testing/dev user to the documentation
Merged 5 years ago by pingou. Opened 5 years ago by hberaud.
hberaud/pagure improve-doc  into  master

file modified
+3 -1
@@ -68,7 +68,9 @@ 

  

      $ 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

  ^^^^^^^

@@ -21,4 +21,7 @@ 

  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!

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.

Pull-Request has been merged by pingou

5 years ago