Login question

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
15 anni tempo fa
Dear Developers,

First of all, Great open source project! I really enjoy your coding!
I have a question regarding authentication:

After logging in, I want to redirect to "my account" but I get stuck because (NopContext.Current.User == null)
Remarqueble is that NopContext.Current.Session.Customer.CustomerID is not null

Is it not possible to use "IsAuthenticated" from the membershipclasses?

Thanks, Keep up the good work!
15 anni tempo fa
Dear developers,

I want to ask my question differently: What do I have to change to redirect to the account page directly after I logged in.

Thanks
15 anni tempo fa
Hi,
You can change it from Modules > Account > CustomerLogin.ascx page
and choose LoginForm Properties and change the DestinationPageUrl value
15 anni tempo fa
It's a bug. It'll be fixed in the next release
15 anni tempo fa
Okay, I'm really looking forward to the next version. I am certainly gonna donate! When can I expect it?

Thanks
15 anni tempo fa
In several days!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.