Hi,
I am using DNN 3.2.2.
My website has a strange problem.
Whenever I try to login into portal, all existent users (except host) do not pass the following test:
Components\Security\PortalSecurity.vb(119): AspNetSecurity.Membership.ValidateUser(Username, Password)
After the If I create a new user, this new user is validated. All old users (except host) are invalidated.
There is a possibility that the old users can be used for login into application?
Any help would be greatly appreciated. :)
Doru