How to design a login page
Hi all,
I need to design a login page which will allow the user to enter his email id and password and upon authentication it will move on to the next page.
The email id and password are stored in the database.
Password is encrypted using SHA 512 algorithm
so what ever the user types has to match with the value in the database.
Is there any corresponding examples with i could make use of?
My JDEV version is 11g Release 2