Xpages Dojo Login Custom Control v1.4.2
Xpages Dojo Login Custom Control v1.4.2
Oct 27, 2010
Apache License
313

This release is currently in use by the OpenNTF website! Try it out!

v1.4.2
NEW: cookieDomain property, set cookie on your specified domain. Every application in that domain will have access to the username cookie.
FIX : removed password in plain text from cookie, didn't work with dojo password controls.
 

v1.4.1
FIX : when a xpage is loaded for the first time, the login control displayed itself for a couple of milliseconds.

 

v1.4
NEW : option to display a 'remember me' checkbox. Since Dojo doesn't support password management, the username and password are saved in a cookie.

 

v1.3
FIX : onEnter was fired everytime, everywhere, when the control was used.
FIX: login the application instead names.nsf?Login didn't work, multiple directories are now supported

 

v1.2

NEW: Added option (urlLoginNSF) to specify .NSF where users must login, defaults to '/names.nsf' 
NEW: Added help text on most properties

 

V1.1

FIX: login by pressing enter key didn't work, it does now work on IE, Chrome and Firefox.
FIX: when Dojo themes were turned off, this control didn't behave as expected. It uses the Tundra theme by default.
NEW: new property 'displayLogoutLink'. Enable or disable the 'logout' link.