diff --git a/README.md b/README.md index 4d802403..8762b75e 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,43 @@ For exhaustive list of options available, refer `migration.js` in root directory Then you can access at http://localhost:8082 +### Activating user account locally + +When you run your backend node server, the e-mail notifications will output in your console, so when setup a new user, you should look for the activation link: + +``` + ----- email / subject ---- +alexandre+contributor7@gitpay.me +Activate your account + ----- end email ---- + ----- email content ---- +[ + { + type: 'text/html', + value: '

Hi Contrib7,

Click here to activate your account.

\n' + + ' \n' + + '\n' + + '

\n' + + 'Thanks,
\n' + + 'Gitpay Team\n' + + '

\n' + + '----------------------\n' + + '\n' + + '

\n' + + 'https://gitpay.me (Web)
\n' + + 'tarefas@gitpay.me (Email)
\n' + + 'Worknenjoy Inc.,\n' + + '9450 SW Gemini Dr\n' + + 'PMB 72684\n' + + 'Beaverton, Oregon 97008-7105 US (Mail)
\n' + + '

\n' + } +] + ----- end email content ---- +``` + +You will find the activation link on the e-mail example, copy and paste in your browser to activate your user locally. + ## Translation Please don't change the translation files directly, they will be managed on Crowdin.