Secure login to the Membership Provider.
Syntax
Smartsite SXML | Copy Code |
---|---|
<se:login /> |
Parameters
Name | Data Type | Properties | Description |
---|---|---|---|
DefaultReturnUrl | Locator | - |
Sets the default redirect url, after successful login. Note that the resultformat should contain login.return() for redirection execution to take place. |
NameField | String | - | Sets the field the username value is stored in. |
PasswordField | String | - | Sets the field the password/hash value is stored in. |
RememberMeField | String | - | Sets the field the 'Remember Me' value is stored in. |
Shared Parameters
Local Viper Methods
Viper | Extension | Description |
---|---|---|
This.ClearForcedResult |
Sets the result of the macro. used to override the normal handling of the result creation. |
|
This.GetForcedResult | Gets the forced result of the macro, set by overriding the normal rendering using SetForcedResult(). | |
This.RenderTime | ✓ | Returns the render time of the macro in milliseconds. |
This.SetForcedResult |
Sets the result of the macro. used to override the normal handling of the result creation. |