17691 Posts in 4607 Topics by 2180 members
General Questions
SilverStripe Forums » General Questions » Can I do this? (SOLVED)
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba
|
Page:
1
|
Go to End | |
| Author | Topic: | 581 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
| 581 Views | ||
|
Page:
1
|
Go to Top |


