From 174f074ae3fccb893fccbeae6027a2ed5601b132 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Mon, 11 Jul 2016 16:55:01 +0200 Subject: [PATCH] the eviltrout user is no longer created for dev environments (#4320) Signed-off-by: Loic Dachary --- docs/VAGRANT.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/VAGRANT.md b/docs/VAGRANT.md index 865eaab8b17..aa528361052 100644 --- a/docs/VAGRANT.md +++ b/docs/VAGRANT.md @@ -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