Custom Authentication - With open door credentials
Hi All
I was previously using APEX Authentication, managing Apex users and restricting them turned out to be a head ache. Now I need a design a login page based on a password table stored in a schema (workspace). Simillar the demo applications installed in Apex already.
SQL> desc CM_SYS_USERS
Name Null? Type
--------------------------------------- -------- ------------
USER_NAME N VARCHAR2(30)
PASSWORD VARCHAR2(50)
PASSWORD_EXPIRED VARCHAR2(1)
LAST_LOGIN DATE
My idea is to -
1. Show in-built login page.
2. Get username and password
3. Check CM_SYS_USERS for password/username verification
4. Proceed to HOME page.
I am finding it difficult for reference. Please let me know the links if you have.
Thanks a lot