• python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Facebook Twitter Instagram
Devs Fixed
  • python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Devs Fixed
Home ยป Resolved: How to create a page to change login password? (Oracle APEX 21.1)

Resolved: How to create a page to change login password? (Oracle APEX 21.1)

0
By Isaac Tonny on 18/06/2022 Issue
Share
Facebook Twitter LinkedIn

Question:

my professora ๐Ÿ˜€
I want to create a page what logged in users can change their passwords.
User ID is taken from APP_USER. And I want to update the registration information with the password entered in the text box :P9901_NEW_PASSWORD.
Can I implement this with the standard functionality in Oracle APEX? Or tell me how to encrypt the table to be updated and the password?
Thanks for your kindness to read this question ๐Ÿ™‚

Answer:

If the authentication is apex authentication (usernames/passwords are defined in apex), then the password can be changed using the APEX_UTIL api, procedure CHANGE_CURRENT_USER_PW
Here is an example:
There is no way of decrypting a password or encrypting for security reasons – if you want that you’d have to create a custom authentication scheme.
In a business situation this is not common. Usually the authentication is taken care of by a central identity provider and users/passwords are not managed in the apex application.

If you have better answer, please add a comment about this, thank you!

oracle-apex
Share. Facebook Twitter LinkedIn

Related Posts

Resolved: Shopware 400 Status Error “This value is too long. It should have 255 character or less.” When I Try Updating Database Table

01/04/2023

Resolved: Using AWK to count multiple patterns in a file

01/04/2023

Resolved: significance letter above bar graphic in wrong order

01/04/2023

Leave A Reply

© 2023 DEVSFIX.COM

Type above and press Enter to search. Press Esc to cancel.