Base solution for your next web application

Activities of "frei"

Hi

I'm new in Abp. I use module-zero. It's very cool!!

The user Login is work perfectly, but I would like to use it without login or login at the end ofthe workflow.

So, I put a "Without login" button on the login page.

It call WithoutLogin method in AccountManager class.

public ActionResult WithoutLogin() {
return View("~/App/Main/views/layout/layout.cshtml"); //return Redirect(Url.Action("Index", "Home")); }

But the application response 'No user logged in!'

Showing 1 to 1 of 1 entries