oidc-wp / openid-connect-generic

WordPress plugin to provide an OpenID Connect Generic client
https://wordpress.org/plugins/daggerhart-openid-connect-generic/
261 stars 156 forks source link

Customize Login Button #565

Closed Phoenix-Ignited-Tech closed 4 hours ago

Phoenix-Ignited-Tech commented 5 hours ago

It would be nice to add support for customizing the "Login with OpenID Connect" button. All I need is to change the button text, no css etc. (Users/Customers might not know what "Login with OpenID Connect" means) If no one is adverse to this prospect I'll submit a pull-request.

timnolte commented 5 hours ago

This is already possible. There is a hook that does this.

timnolte commented 4 hours ago

https://github.com/oidc-wp/openid-connect-generic/wiki/Hooks---Actions-&-Filters#openid-connect-generic-login-button-text

Phoenix-Ignited-Tech commented 2 hours ago

Great! Thanks!