Hello, I am starting a new project and would really like to get your CMS working. I am running into an issue getting any user to be able to login. I followed your suggestion in the wiki to create an Extended User Model named "Account". I pointed the CMS config.json to use the new model for auth and created a new user. When I try to login, however, I keep getting this message:
There is no method to handle POST /User/login?include=user
I tried overriding the Account/login route to take a user param and pass it in as the email but that doesn't seem to do anything. Any help would be greatly appreciated.
Also is there a demo app that I can install and check my configuration against?
Hello, I am starting a new project and would really like to get your CMS working. I am running into an issue getting any user to be able to login. I followed your suggestion in the wiki to create an Extended User Model named "Account". I pointed the CMS config.json to use the new model for auth and created a new user. When I try to login, however, I keep getting this message:
There is no method to handle POST /User/login?include=userI tried overriding the
Account/loginroute to take a user param and pass it in as the email but that doesn't seem to do anything. Any help would be greatly appreciated.Also is there a demo app that I can install and check my configuration against?