Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make rodauth.has_password? method public #461

Closed
wants to merge 1 commit into from

Conversation

enescakir
Copy link
Contributor

I needed this method when integrating rodauth-omniauth into our project.

If an account is created via omniauth, it doesn't have a password. In this case, I prefer to display "Create Password" instead of "Change Password".

Additionally, if the omniauth provider is the last authentication method, including the password, I aim to block to disconnect it.

Therefore, I believe this method is beneficial to have in public.

I needed this method when integrating rodauth-omniauth into our project.

If an account is created via omniauth, it doesn't have a password. In
this case, I prefer to display "Create Password" instead of "Change
Password".

Additionally, if the omniauth provider is the last authentication
method, including the password, I aim to block to disconnect it.

Therefore, I believe this method is beneficial to have in public.
@jeremyevans
Copy link
Owner

Cherry-picked at bb37118

@enescakir enescakir deleted the has-password-public branch December 27, 2024 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants