Skip to content

Commit

Permalink
docs: special characters in username and password
Browse files Browse the repository at this point in the history
Document special characters in username and password
  • Loading branch information
Hage Yaapa committed Jul 10, 2019
1 parent e62a055 commit a6d0124
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ The entry in the application's `/server/datasources.json` will look like this:

Edit `datasources.json` to add any other additional properties that you require.

If your username or password contains special characters like `@`, `$` etc, encode the whole
username or password using [encodeURIComponent](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent).

Eg: `pa$$wd` would become `pa%24%24wd`.

### Connection properties

| Property | Type   | Description |
Expand Down

0 comments on commit a6d0124

Please sign in to comment.