Hi folks!
I implemented a custom membership provider. I've also implemented my custom AES Encryption/Decryption overriding the abstract EncryptPassword/DecryptPassword of the MembershipProvider.
however, when I trigger ValidateUser, the password is not automatically converted, am I missing something?
Is it supposed to be called automatically or I have to call this method from my code?