Skip to content

Commit e419040

Browse files
committed
Add customPages options to README.md.
1 parent d8d233b commit e419040

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ The client keys used with Parse are no longer necessary with Parse Server. If yo
217217
* `revokeSessionOnPasswordReset` - When a user changes their password, either through the reset password email or while logged in, all sessions are revoked if this is true. Set to false if you don't want to revoke sessions.
218218
* `accountLockout` - Lock account when a malicious user is attempting to determine an account password by trial and error.
219219
* `passwordPolicy` - Optional password policy rules to enforce.
220+
* `customPages` - A hash with urls to override email verification links, password reset links and specify frame url for masking user-facing pages. Available keys: `parseFrameURL`, `invalidLink`, `choosePassword`, `passwordResetSuccess`, `verifyEmailSuccess`.
220221

221222
##### Logging
222223

0 commit comments

Comments
 (0)