By default memberships work fine. I can register new user and link Google account.
I would need Membership.FindUsersByName() method to be able to list members but that method returns "Specified method is not supported".
I tried using SQLProvider also but then it is not possible to login anymore at all...
Is there list which Membership functions work with that default membership provider?
How can I specify password requirements etc which are usually specified in membership section of WebConfig?