Login form helper widget

Content Type: Widget
Categories: Utility

Overview

User name in lower/upper case; login on enter, save user name in cookie

Documentation

Login form helper widget

This widget adds features to the Mendix login widgets:

  • Transform user name to lower or upper case
  • Login on enter
  • Remember the user name in a cookie
  • Trim the user name

Place the login widgets and this widget in the same container. Note that the login widgets can be in nested containers or tables; the widget will find them.

If your login form has multiple buttons in the container, set a class on the login button and enter the value for the login button class. That class does not have to exist in your CSS.

Releases

Version: 1.3.0
Framework Version: 8.18.23
Release Notes: Fix mx.logger deprecation warning
Version: 1.2.0
Framework Version: 8.18.9
Release Notes: Upgrade test app, fix deprecations, no functional changes
Version: 1.1.1
Framework Version: 7.13.1
Release Notes: Fix remembering username without case conversion. This combination did not work correctly, fixed. Also prevented 'null' value in the cookie
Version: 1.1.0
Framework Version: 7.13.1
Release Notes: Optionally, remember the user name in a cookie. Also trim the user name, from a feedback in the appstore rating by Jonathan Foucheaux. Thanks Jonathan!
Version: 1.0.0
Framework Version: 7.13.1
Release Notes: Initial release