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 returns a 404 error on submit


Go to End


1071 Views

Avatar
Vix

Community Member, 60 Posts

29 April 2016 at 3:01pm

I am using Silverstripe 3.3 and I have a customer account page where I am using $LoginForm to display the login form. However when I submit my username and password I get a 404 error. The page it is looking for has 'login#MemberLoginForm_LoginForm_tab' added to the url.

I have tried putting both 'LoginForm' and 'MemberLoginForm' into the allowed actions but this has not resolved the problem.

Has anyone else had this problem?