succell.login v1.0.3

The Succell Login modules are a pair of modules for adding login and logout functionality to DotNetNuke tabs. Both modules are fully skinnable with custom ascx files, which can easily be deployed with custom skin packages. Additionally, the Logout module offers an option to select the tab, which is displayed after logging out.

When setting the skin url, you can use the tokens [S] or [C] at the start of the string. They will be replaced by the current skin or container path respectively. The default url for the skins are “[S]Login/Login.ascx” and “[S]Login/Logout.ascx”. If you add these files to your skin, they will automatically be used by the modules. If the skin is not found, a default skin is used.

The login module uses a SkinObject based on the ASP.NET Login control. This allows you to use the control in your skins. To skin it, you can simply use the LayoutTemplate property and follow the guidelines of the ASP.NET login control.
The same rules apply to skins for the Login module. The basic rules are that you must supply a control named “UserName”, and one named “Password”. To execute the authentication logic, you must add any type of Button control and set its CommandName property to “login”.

When creating a skin for the Logout module, you must simply add any type of Button control and set its CommandName to “logout”.

Download module from snowcovered.com

Download latest documentation (v1.0.3)

Succell Login example screenshot 1

succell.login

succell.login