Paul Ryan

Results 49 comments of Paul Ryan

By default WordPress uses gravatar for profile photos so there's not a built-in way of editing profile images. That said, you should be able to get this behavior using a...

FYI, the upcoming version of Authorizer will include new fields for specifying username, email, first name, and last name for the OAuth2 (generic) provider: ![Screenshot 2024-09-24 at 2 56 47 ...

Related: https://github.com/uhm-coe/authorizer/issues/7

Thanks for the report, we'll see if we can reproduce. Might be an issue with using a proxy, we don't use that configuration. We may have to add another plugin...

Also can you confirm that the Authorizer Setting "CAS server method" is set to `Proxy` instead of `Client`?

One more question, do you have any other plugins or hooks that affect the login flow or move the `wp-login.php` endpoint?

A pull request would be awesome, even if partially implemented. The only work we've done so far is conceptual; no code has been written. Here's what we're thinking: * A...

@Rushtard the "no response from the CAS server" message sounds like a network issue, can you verify that the WordPress site can reach the CAS server? The Authorizer settings page...

Any text editor should do. I use [Sublime Text 3](https://www.sublimetext.com/). [Atom](https://atom.io/) is another good (and free) alternative. As long as you can monitor the error logs on your test server,...

Better late than never...configuring multiple CAS servers should land in the next version. LDAP config already allows specifying multiple servers. So that leaves multiple endpoints for Google and Oauth2 not...