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