Xpages Dojo Login Custom Control v1.5.1
Xpages Dojo Login Custom Control v1.5.1
Nov 27, 2010
Apache License
163

issue : when the property 'showrememberme' is set to false, the login process won't continue on IE!

 

Xpages Dojo Login Custom Control v1.5.1

New features from version 1.5 will only work when you use a Sign-in mapping form and a Error mapping form that contains a 'reasonType' field.
These forms must be used and mapped to the website where you embed this control.
More info can be found in the example '(customLoginForm)' Form is this application.

This version adds 6 new required properties, most required properties have default values.

v1.5.1
NEW : Invoke the login dialog using a url parameter (see documentation for more information
NEW:  Add you own logo and controls to the login dialog by using the new facets (see test.xsp)
NEW : Documentation is available on OpenNTF
v1.5
NEW : When the login button is pressed, the button is disabled (the user can't fire the login proces more than once)
NEW : When a logged in user is not authorized to access the next url, a warning is displayed
NEW : When a useraccount is locked out, a warning is displayed
NEW : When the server clock is out of sync, a warning is displayed
NEW : When a user session is expired, a warning is displayed
FIX : IE7 users could not login

 

Release history:

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.