post the complete information
set the profile option local login mask (fnd_sso_local_login_mask ).
(this profile option is provided by SSO pre-req for application products-rollup C, D and E)
for the login page to show one of more of these optional attributes, just add
the numeric values of all desired attributes and set the value of the profile
option to that value.
username_hint = 01
password_hint = 02
cancel_button = 04
forgot_password_url = 08
register_url = 16
Primary age_images = 32
Primary = 64
SO, for example to show password_hint and forgot_password_url only, set the
profile option to 10 (02 + 08 ). to show just the specified age_images set the value
to 32, which is the default.
different combinations can have different effects.
after the workflow mail is configured, set the hosts box with the keyword "forgot password" and enter the information in the "Submit" box, the workflow will issue a notice to the user who has the permissions of the workflow administrator. After the workflow Administrator approve, the applicant will receive a notification containing the new password.