Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanmtz authored Jun 9, 2024
1 parent 73c464e commit d2742f4
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ----
[email protected]
Activate your account
----- end email ----
----- email content ----
[
{
type: 'text/html',
value: '<p>Hi Contrib7,</p><p>Click <a href="[ACTIVATION LINK]">here</a> to activate your account.</p>\n' +
' \n' +
'\n' +
'<p>\n' +
'Thanks, <br />\n' +
'Gitpay Team\n' +
'</p>\n' +
'----------------------\n' +
'\n' +
'<p>\n' +
'https://gitpay.me (Web) <br />\n' +
'[email protected] (Email) <br />\n' +
'Worknenjoy Inc.,\n' +
'9450 SW Gemini Dr\n' +
'PMB 72684\n' +
'Beaverton, Oregon 97008-7105 US (Mail) <br />\n' +
'</p>\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.
Expand Down

0 comments on commit d2742f4

Please sign in to comment.