Please look at the information provided in the below URL for system properties XL.NotifyUserCreateToOther
& XL.NotifyPasswordGenerationToOther
:
https://docs.oracle.com/cd/E52734_01/oim/OMADM/system_props.htm#OMADM884
It says: When the value of this property is TRUE, the email notification for reset password is sent to other recipients if the email ID of the user is not specified. So if the user already has an email then his/her manager won't get any email. The full scenario would be like this:
XL.NotifiyPasswordGenerationToOther
= TRUE
(PASSWORD RESET TEST)
- User has email, Mgr has email -> User gets notification
- User has no email, Mgr has email -> Mgr gets notification
- User has email, Mgr has no email -> User gets notification
- User has no email, Mgr has no email -> Error
XL.NotifiyPasswordGenerationToOther
= FALSE
(PASSWORD RESET TEST)
- User has email, Mgr has email -> User gets notification
- User has no email, Mgr has email -> Error
- User has email, Mgr has no email -> User gets notification
- User has no email, Mgr has no email -> Error