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