Re: APEX App to reset own password
From: Yong Huang <"Yong>
Date: Sun, 21 Jul 2019 15:13:51 +0000 (UTC)
Message-ID: <38294150.4437248.1563722031070_at_mail.yahoo.com>
> I would like to create an APEX Application that would allow a user to reset
their own password
Date: Sun, 21 Jul 2019 15:13:51 +0000 (UTC)
Message-ID: <38294150.4437248.1563722031070_at_mail.yahoo.com>
> I would like to create an APEX Application that would allow a user to reset
their own password
Hi Jeff,
Not to answer your question directly since it's APEX specific. But I wrote a small program that allows users to change their password, *even if it has expired*, which is a very important requirement for us. It simply takes the Pro*C code in Oracle note 52718.1 or 99457.1, compiles it into a binary, and wraps it within a Perl-CGI program. You put the program in cgi-bin directory of Apache. See http://yong321.freeshell.org/oranotes/PasswordSelfService.txt I should make the program more secure (e.g. sanitize user input), add some code to make the result page more user-friendly, etc.
Yong
-- http://www.freelists.org/webpage/oracle-lReceived on Sun Jul 21 2019 - 17:13:51 CEST