Hi all,
I'm newbie in drupal... I have a drupal website, and i want to extend its login system - i've been looking around the code but end up with headache.
what i wan to do is:
- I want to put additional hidden form inside any login form
- create a session variable that will be used on login process (after user click submit) and then destroy the session after that.
- extend the login validation system inside drupal based on point 1 & 2 above - so i need to to control if my extended validation is valid (and drupal validation is valid) then go to where? otherwise then go to where?
so with that I'll have my own login system + drupal login system Is somebody ever try this before?
fyi: I'm using drupal 6
Thank you in Advance for helping me
And