21281 Posts in 5729 Topics by 2600 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 727 Views |
-
Can I do this? (SOLVED)

29 July 2009 at 8:21am Last edited: 30 July 2009 10:44am
Can I create a function that forces a login and redirects to a specific location/page?
Here's the login call via a URL:
(site)/Security/LoginForm&action_dologin=1&Email=(email)&Password=(password)
Can I just call dologin and pass the email & password then do a redirect?
I'm not sure how to do this?
Do I create a class first:
class userautologin {}
function autologin {
dologin('email','password');
redirect;
}Thoughts
Terry
-
Re: Can I do this? (SOLVED)

7 August 2010 at 5:46am
Found this and see that is is solved... any chance of saying how it was solved please because I am interested in this.
-
Re: Can I do this? (SOLVED)

7 August 2010 at 6:30am Last edited: 7 August 2010 6:31am
Nevermind I worked it out... I add... &BackURL=REQUIREDURL to the URL
| 727 Views | ||
|
Page:
1
|
Go to Top |


