Categories
- All Categories
- Oracle Analytics Learning Hub
- 19 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 230 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 86 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to enable user to change the password for their account in OBIEE 12c

Hello everybody,
In OBIEE version 12c (12.2.1.2.0) we need an option for each user to be able to change his own password (f.e. via "My Account" tab). We are fimiliar with changing password through Weblogic console with admin being the one to do it and we would like the workaround, so that the users can do it themselves.
Thanks very much in advance !
BR, Mihajlo
Answers
-
This isn't a feature of the tool.
The embedded lightweight LDAP into Weblogic is there mainly for development sandboxes. OBIEE is an enterprise platform and the ideal setup is to link to the enterprise directory service (Active Directory, LDAP or your own solution).
OBIEE outsource the task to manage users and their authentication to the enterprise tool in charge of that in the company.
OBIEE never had a password management feature accessible to end users. There were workaround in old versions to do that, but this isn't a feature of the product.
0 -
As Gianni said that's not an out of the box functionality and you should think about whether that approach is the optimal one (vs using a corporate LDAP/MSAD).
However there is the possibility to utilize the approach from previous versions:
https://www.rittmanmead.com/blog/2011/10/changing-your-password-in-obiee-11g/
0 -
Hello guys,
Sry for late reply, i was absent for a time, thanks for the help, I understand the situation, we needed the confirmation that the password cannot be changed by the end user as the OOB feature, since our customer insisted on this approach ! Thanks once again, i suppose corporate LDAP will be used at the end.
BR, Mihajlo
0 -
Have you read what I posted above? You can use the same MBean yourself that WLS uses in the background to affect a password change.
It is technologically possible, just not recommendable.
0