|
Element ''Login'' |
|
|
Place this element into the login page of your application.
This element remembers the previously logged-in users according to the SecurityDomain element configuration. If Remember User | Option property of the SecurityDomain element was set to "4. User Decides" then a RememberMe element should be placed into the process block. Login form is in fact a conditional panel that contains two conditions which are "NotLoggedIn" and "LoggedIn". The user will be displayed with different content depending on his login status. If the user in not yet logged-in he will see User Name and Password fields that are in "NotLoggedIn" condition. You can change the content of the condition "LoggedIn" as you wish. You can, for example, place buttons or links in it which should be visible only to logged-in users. To display the properties of the element select the outer-most element and press F4 to open the property editor and switch to the "Other" Tab. See Login / Logout
|