I am developing a custom login but when trying to login the user using Security.ExtranetLogin I get an exception and redirects to a random page but the user i logged in. See code:
Dynamicweb.Security security = new Dynamicweb.Security(); security.ExtranetLogin(user.UserName, user.Password);
This happens when upgraded Extranet to the new Usermanagement. But if i go back an uses Extranet modul (ID 42) it works just fine.
Kind regards
/Magnus