Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Form Questions /

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Multiple Login Form Templates


Go to End


2 Posts   2879 Views

Avatar
bmc38119

Community Member, 45 Posts

22 March 2010 at 8:41am

I am currently using Security_login.ss to display a custom login form for Admins to log into the CMS.

However, I am now needing to create a login for the front-end users to view secure pages on the site (but do not want them to see the custom Security_login.ss template that is being used to log into the CMS).

Is there a way to specify a separate template for this front-end user form - and when one of these secure pages is accessed, it redirects to this custom template?

Avatar
pingu

Community Member, 75 Posts

16 June 2010 at 2:40pm

I would like to do this also - does anyone have any suggestions on how to achieve this?