Creating Login Components
/documentation/pages/Guides/Mobile and Web Components/Login/Creating Login Components.xml
After you have defined all security parameters, you may build a login component. A login component may include up to 3 "views". All login components have a login view. This includes the fields for entering a user ID and password and may include links to other views. If the security settings allow a user to change his or her password on-line, a second view named "Change Password" is available. This allows you to configure a specific component layout for changing passwords. If the security settings allow the user to recover lost login information, a third view named "Lost Info" is available. This will show various fields that are used to verify the identity of a user and return the requested login information.
Creating the Login Page
/documentation/pages/Server/Guide/Design/View/A5W/Creating the Login Page.xml
Web publishing applications only. The Login.A5W page will contain a login component. It will ask for the user's login and password. If the login is successful, it will redirect the user to the Menu.A5W page.
Creating a Legacy Login Component
/documentation/pages/Guides/Mobile and Web Components/Login/Legacy Login Component/Creating Login Components.xml
After you have defined all security parameters, you may build a login component. A login component may include up to 3 "views". All login components have a login view. This includes the fields for entering a user ID and password and may include links to other views. If the security settings allow a user to change his or her password on-line, a second view named "Change Password" is available. This allows you to configure a specific component layout for changing passwords. If the security settings allow the user to recover lost login information, a third view named "Lost Info" is available. This will show various fields that are used to verify the identity of a user and return the requested login information.
Creating a Login Page
/documentation/pages/Guides/Xbasic/Other Xbasic Topics/Creating a Login Page.xml
Code examples and a short guide on how to create a login page.
Login Component Properties
/documentation/pages/Guides/Mobile and Web Components/Login/Login Component Properties.xml
Covers component names, login properties, change password, lost info
Select User Table Dialog
/documentation/pages/Obsolete/Select User Table Dialog.xml
The Select User Table dialog allows you to navigate to and select a table with a structure appropriate for use as a User Table for a Login Security component.
Creating Help Windows for Components
/documentation/pages/Server/Guide/Design/View/Component/Help Topics for Controls - Project Help Table.xml
Covers a number of topics. Some of the subjects included are: creating a Help ID, defining a help source, making a global project-level HelpTopics table, creating a editing a help text, using action javascript in a help page, and creating custom help for individual fields.
Creating the NewLogin.A5W Page
/documentation/pages/Server/Guide/Design/View/A5W/Creating the NewLogin Page A5W.xml
Web publishing applications only. The NewLogin.A5W page will contain a login component. It will ask for the user's login and password. If the login is successful, it will redirect the user to the DemoNavigator.A5W page.
Publishing Security Files
/documentation/pages/Server/Guide/Design/Security/Publishing Security Files.xml
After you have defined security settings, page security, and a login UX component, you need to publish these files to the Application Server.
Login UX Component
/documentation/pages/Guides/Mobile and Web Components/Login/Login UX Component/index.xml
An interface for adding login functionality to an application that has the security framework enabled. Includes built-in support for reset password, account creation, two-factor authentication, and persistent login.