Security Attributes
The Security Attributes page provides a handy way to apply security settings across our entire application, rather than having to apply settings on individual pages or items. In this section we will explore security settings that we can apply to our entire application.
Authentication
The Authentication section enables details about the home page, login page, and public user to be entered for our application. We can define a URL or procedure to display the home page for our application using the Home Link attribute. This attribute is stored in the HOME_LINK
substitution string. We can also define a URL to display the login page for our application using the Login URL attribute. This attribute is stored in the LOGIN_URL
substitution string. These substitution strings can both be used in page templates to place links for accessing our home page and login page.
In this section we can also define the username that is used for a public user in our application using the Public...