My Oracle Support Banner

WebCenter Portal 11g to 12c Upgrade Using Custom Change Password Application: Change/Reset Password Using Identity Directory API's (Doc ID 2531825.1)

Last updated on OCTOBER 02, 2023

Applies to:

Oracle WebCenter Portal - Version 12.2.1.0.0 and later
Information in this document applies to any platform.

Goal

The following "setPassword" method was used in a WebCenter Portal application since the 11.1.1.4 version:

====================================================
userProfile.setPassword(oldPasswd.toCharArray(),
newPasswd.toCharArray());
=====================================================

After upgrade to 12c, the getUserProfile does not work.

What is the correct API to change the password in 12c?

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
References

My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.