Developer forum

Forum » Feature requests » Standard Dynamicweb login Enchancement

Standard Dynamicweb login Enchancement


Reply
 Would be great if we could get some sort of error message when login fails with the standard login module, so its possible for a user to see if he typed wrong password or something instead of just dooing nothing.

Replies

 
Nicolai Høeg Pedersen
Reply
You can use these tags in the login template:

<!--@ DW_extranet_error_uk --> or

<!--@ DW_extranet_error_dk -->

If you do not like the text it provides, use an if defined to make your own:

<!--@ If Defined(DW_extranet_error_uk) -->
Your own login fail text or markup
<!--@ EndIf(DW_extranet_error_uk) -->

Available tags in login template:
http://templates.dynamicweb.dk/TemplateTags/Dynamicweb-template-tags/Module-tags/Extranet/Intranet/Login.aspx

Or <!--@ DwTemplateTags -->