From 466e073310a8f520332dd443de5475e454b81dc3 Mon Sep 17 00:00:00 2001 From: Chaitanya Date: Tue, 14 Feb 2017 19:11:48 +0530 Subject: [PATCH] Add information about way to confirm account via mail in development --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fceb365b..4c3bbbca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ We are using [Vagrant](https://www.vagrantup.com/) to create our development env ``` 6. Check out your OSEM rails app: -You can access the app [localhost:3000](http://localhost:3000). Whatever you change in your cloned repository will have effect in the development environment. Sign up, the first user will be automatically assigned the admin role. +You can access the app [localhost:3000](http://localhost:3000). Whatever you change in your cloned repository will have effect in the development environment. Sign up, the first user will be automatically assigned the admin role. Browse to [http://localhost:3000/letter_opener](http://localhost:3000/letter_opener) to check mails and confirm your admin account. 7. Changed something? Test your changes!: