System information

Identity Manager Workflows, Forms, and Views
Page 142 Identity Manager 7.1 Update 1 Release Notes
•The
Text
display component contains the new
autocomplete
property. (ID-17310) Setting
the
autocomplete
property to
off
prevents browsers from offering to store the user's
credentials on their computer.
You can implement this feature in input fields in XPRESS by adding this display property.
Any value other than
off
prevents Identity Manager from rendering the
autocomplete
attribute in the rendered HTML from (which is the same as not setting the property).
Enabling autocomplete for Identity Manager Login Pages
You can enable this feature for the Identity Manager login pages by changing the
ui.web.disableAutocomplete
system configuration object to
true
. Identity Manager login
pages include
login.jsp
,
continueLogin.jsp
,
user/login.jsp
, and
user/continueLogin.jsp
.
Identity Manager login forms other than the preceding ones are generated from XPRESS,
and you must edit these forms to use the new display property. These forms, which reside
in the sample directory, include this property commented out by default.
Anonymous User Login
Question Login Form
End User Anonymous Enrollment Validation Form
End User Anonymous Enrollment Completion Form
Lookup Userid
Appendix A, Form and Process Mappings
An updated version of this appendix, titled Form and Process Mappings, is included in the
same directory as these Release Notes.
You can access compliance-specific tasks through the mapped names. (ID-15447)
NOTE This display class typically requires a List of Strings as input. To coerce a
single String into a List of Strings:
<Expansion>
<appendAll><ref>accounts[Sim1].Group</ref></appendAll>
</Expansion>