Returns whether an account is eligible for password reset and admin-initiated reset flows. Eligibility is determined solely by authProvider; passwordHash is not consulted.
authProvider
passwordHash
User auth fields from user_profiles (authProvider only).
user_profiles
True when authProvider is 'password'; false for 'google' or missing.
'password'
'google'
Returns whether an account is eligible for password reset and admin-initiated reset flows. Eligibility is determined solely by
authProvider;passwordHashis not consulted.