hi to all experts:
how to change password when time expired?And it give the small message box to user plz change your password, plz guide me how to do this plz help me if anyone wants to help me?
here is an example.
example:
step 1 Old password
step2 New password
Step3 confirm password
thanks in advance
sarah
how to change password during login when password
-
- Posts: 615
- Joined: Mon Sep 18, 2006 1:32 am
- Location: United Arab Emirates
- Contact:
Are you talking about Oracle Database User Name (schema) or you created a table where you stored all user related to your application ?
if it about schema User then use forms_ddl Sample Syntax like
V_DDL := 'alter user ' ||v_username ||' identified by ' || V_password;
-- execute the alter user statement
forms_ddl(v_DDL);
if it about schema User then use forms_ddl Sample Syntax like
V_DDL := 'alter user ' ||v_username ||' identified by ' || V_password;
-- execute the alter user statement
forms_ddl(v_DDL);
-
- Posts: 59
- Joined: Fri Oct 05, 2007 1:15 am
- Location: Saudi Arabia
-
- Posts: 1
- Joined: Thu Sep 08, 2011 3:16 am
- Location: Egypt
- Contact:
Who is online
Users browsing this forum: No registered users and 0 guests