For partners that build or integrate commercially available applications and service solutions with the Oracle Cloud Platform
For partners that provide implementation or managed services around Oracle Cloud Applications
To my knowledge there is no such transaction available for us in analytics as the audit log on the 'workspace' to create new users retrieves data from hidden tables.
The closest thing is:
account_session_history.status
account_session_history.login_method
Then count the incorrect logins durring an intervall followed by a success
An alternative may be to use a customized password reset page in the BRAND_CONTENT_URL (configuration settings)
If its endusers you mean (customer portal users) you may use transactions.trans_type = 36
Only a custom page will allow you to do that where you can have a field within the php page trackin the sysdate into a custom field for accounts (date/time). You would then need to use an API (connect PHP) to create the password.
Where you are planning to display audit log for password change?
I just checked how a password reset by the user looks like in the Audit log available in the account workspace and this shows up as pictured below. You would be unable to create another report on this as the table is locked for us.
I just checked how a password reset by the user looks like in the Audit log available in the account workspace and this shows up as pictured below. You would be unable to create another report on this as the table is locked for us.