Need help [message #482214] |
Wed, 10 November 2010 06:38 |
flavio dos reis
Messages: 4 Registered: September 2010 Location: Cape Verde
|
Junior Member |
|
|
could u help me with a complete Authentication project in plsql (login form with cookies etc )
thanks for your attention
|
|
|
Re: Need help [message #482215 is a reply to message #482214] |
Wed, 10 November 2010 06:40 |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
Help you how? That PDF already is a pretty good step-by-step guide. What have you done so far and where are you stuck exactly?
|
|
|
|
|
|
Re: Need help [message #482221 is a reply to message #482219] |
Wed, 10 November 2010 06:57 |
flavio dos reis
Messages: 4 Registered: September 2010 Location: Cape Verde
|
Junior Member |
|
|
i have a table user for the user the login form to verify if the user exist or not if the pass and user id is true its ok else the user must to register as a member
|
|
|
Re: Need help [message #482223 is a reply to message #482221] |
Wed, 10 November 2010 07:21 |
cookiemonster
Messages: 13962 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
Do you actually have a specific problem you need our help with?
Or do you want us to write the whole thing for you?
If it's the first option then, as Thomas has already asked, provide details of what exactly you have done and what the problem is.
If it's the second option - it's not going to happen.
|
|
|
Re: Need help [message #482446 is a reply to message #482223] |
Thu, 11 November 2010 10:44 |
BBMamun
Messages: 94 Registered: February 2010 Location: Dhaka, Bangladesh
|
Member |
|
|
I think u are looking to create end users so that users can log in to the application and can do stuffs with separate user id/password. Am I right? u can study APEX_UTIL.CREATE_USER_GROUP and APEX_UTIL.CREATE_USER. One more thing, don't go for custom authentication...just go for apex authentication. It worked for me, it's easier and more reliable than using your own authentication table.
|
|
|