Login question

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 15 años
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!
Hace 15 años
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
Hace 15 años
Hi,
You can change it from Modules > Account > CustomerLogin.ascx page
and choose LoginForm Properties and change the DestinationPageUrl value
Hace 15 años
It's a bug. It'll be fixed in the next release
Hace 15 años
Okay, I'm really looking forward to the next version. I am certainly gonna donate! When can I expect it?

Thanks
Hace 15 años
In several days!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.