CodeCharge Studio

Login

The Login action is used to authenticate users after they submit their username and password. Upon successful verification of user login credentials the action redirects the user to the return page provided in the URL (if enabled in the action properties and the user was redirected here from another page), or to the destination page specified in the "Return Page" property of the login form. Additionally, when the Remember Me option is enabled included on the login form, and selected by a user, the action also stores the encrypted user credentials in a cookie so that the login process can be skipped in the future.

When building a login form, CodeCharge Studio automatically assigns the Login action to the On Click (Server) event of the login button.

Login action properties:

Property Description
Login Control Name of the input field (textbox control) where the user will enter their username.
Password Control Name of the input field (textbox control) where the user will enter their password.
Auto Login Control Name of the checkbox control that enables the "remember me" option.
Redirect To Prev Page Specifies whether the user should be redirected back to the page they wanted to view before they were directed to the Login page.

See also

Logout action


On-line, printable versions and updates