the eviltrout user is no longer created for dev environments (#4320)

Signed-off-by: Loic Dachary <loic@dachary.org>
This commit is contained in:
Loic Dachary 2016-07-11 16:55:01 +02:00 committed by Robin Ward
parent ed53a24dbe
commit 174f074ae3
1 changed files with 0 additions and 4 deletions

View File

@ -92,10 +92,6 @@ bundle exec rails s -b 0.0.0.0
In a few seconds, rails will start serving pages. To access them, open a web browser to [http://localhost:4000](http://localhost:4000) - if it all worked you should see discourse! Congratulations, you are ready to start working!
If you want to log in as a user, a shortcut you can use in development mode is to follow this link to log in as `eviltrout`:
[http://localhost:4000/session/eviltrout/become](http://localhost:4000/session/eviltrout/become)
You can now edit files on your local file system, using your favorite text editor or IDE. When you reload your web browser, it should have the latest changes.
### Tests