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

Login form and lost password form


Go to End


1314 Views

Avatar
vsergiu

Community Member, 3 Posts

18 January 2014 at 10:55am

Hi all,
I have a problem with login form and lost password form.
I have a website multilingual and a reserved area for some type of customers, for the translations part I use Translatable module, everything is fine so far.
The problem is when I wanna translate the page "/Security/login....." obviously I can't , because silverstripe creates that page It doesn't exist like a normal page do.
So my solutuion was creating a new page type then in backofice to create a page named "Login" for example then create tranlations and other stuff,

My question is how to import the login form and make use of Security class wich extend Controller ?

Thanks .