Use the ChangePassword
component to create a form that can modify an existing BusinessObjects Enterprise password. The component consists of three text input fields that allow a user to enter an old password, new password, and a confirmation of the new password. The submit button can then be clicked to submit this information for change in the system.
To enable the automatic eventChangePassword
component, set the autoHandleEvents
attribute to true
. When set to true, this attribute implements default behavior on action events that are triggered when the user interacts with the component. For example:
If the autoHandleEvents
attribute is set to false
, this event will not be handled automatically. When autoHandleEvents
is set to true
, this event calls the ChangePassword
component's submit
method, which implements the default functionality. During execution of the submit
method, one or more of the PasswordChangedEvent
and PasswordChangeFailedEvent
events may be triggered. If you set autoHandleEvents
to false
, you may write your own event handler that calls the submit
method to capture these other events.
Use the identity
attribute to bind an Identity bean to the ChangePassword
component. An Identity
bean supplies the end user authentication credentials required to change a password in the BusinessObjects Enterprise system.
Business Objects http://www.businessobjects.com/ Support services http://www.businessobjects.com/services/support/ |