Skip to content

Commit 52ab59b

Browse files
Merge pull request #9757 from mendix/nc-deeplink-custom-login
Link to custom login page docs
2 parents 1fbc3cc + e39e7a5 commit 52ab59b

File tree

1 file changed

+2
-1
lines changed
  • content/en/docs/marketplace/platform-supported-content/modules

1 file changed

+2
-1
lines changed

content/en/docs/marketplace/platform-supported-content/modules/deep-link.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ To solve this problem, you can use one of the following solutions:
169169

170170
* As an alternative to upgrading the module and Studio Pro, you can use a custom login page instead of the default login page. To do so, perform the steps as follows:
171171

172-
1. Set the **LoginLocation** constant to `../..?cont=`. This directs the user to the custom login page. If you use a page URL for the login page, then adjust the constant accordingly, for example, to `../../p/login?cont=`.
172+
1. Set the **LoginLocation** constant to `../..?cont=`. This directs the user to the custom login page. If you use a page URL for the login page, then adjust the constant accordingly, for example, to `../../p/login?cont=`.
173+
You can add a custom login page by replacing the default login page HTML file in the project's `theme/web` folder. For more information, refer to [File and Folder Structure](/howto/front-end/customize-styling-new/#file-and-folder) in **Customize Styling**.
173174

174175
2. Add the following JavaScript using the [HTML/JavaScript Snippet](/appstore/widgets/html-javascript-snippet/) widget from the Marketplace to your custom login page:
175176

0 commit comments

Comments
 (0)