Skip to content

Commit

Permalink
Merge pull request #6044 from auth0/luisrudge-patch-2
Browse files Browse the repository at this point in the history
fixing CORS configuration note
  • Loading branch information
mpaktiti authored Apr 17, 2018
2 parents 85a8d32 + 05a66d3 commit 75f578e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/connections/database/password-change.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You can only change passwords for users signing in using Database connections. U
To reset a user's password using the Authentication API, make a `POST` call specifying the email address of the user account whose password you would like to reset in the `email` field. If the call is successful, the user will receive an email prompting them to change their password.

::: note
If you're calling this from the browser, don't forget to add your URL to the the `Allowed Callback URLs` list in the [Dashboard](${manage_url}/#/applications/${account.clientId}/settings).
If you're calling this from the browser, don't forget to add your URL to the the `Allowed Web Origins` list in the [Dashboard](${manage_url}/#/applications/${account.clientId}/settings).
:::

```har
Expand Down

0 comments on commit 75f578e

Please sign in to comment.