Jonathan Champ
@jrchamp on WordPress.org and Slack
- Member Since: June 20th, 2014
Contribution History
Jonathan Champ’s badges:- Core Contributor
- Plugin Developer
-
Committed [2986913] to Plugins SVN:
Version 2.4.3 -
Committed [2958459] to Plugins SVN:
bump tested up to version -
Committed [2958392] to Plugins SVN:
sync with GitHub 2023-08-25 -
Posted a reply to Infinite Redirect, on the site WordPress.org Forums:
Nice catch! For anyone in a similar situation, if the Require shibboleth is not present… -
Posted a reply to Infinite Redirect, on the site WordPress.org Forums:
As you are at least somewhat familiar with PHP, I would recommend adding debugging code… -
Posted a reply to Infinite Redirect, on the site WordPress.org Forums:
Hi @daawesomep It looks like HTTP_EPPN is where the username is for your setup. By… -
Committed [2895771] to Plugins SVN:
Version 2.4.2 -
Posted a reply to User sessions without email ?, on the site WordPress.org Forums:
I don't know if WordPress requires the email field to have something in it to… -
Committed [2883850] to Plugins SVN:
Version 2.4.1 real -
Committed [2883843] to Plugins SVN:
Version 2.4.1 -
Posted a reply to How to configure WordPress as Service Provider?, on the site WordPress.org Forums:
Yes, the Shibboleth Service Provider (SP) software is what I've seen used the most. To… -
Mentioned in [53011] on Core SVN:
Users: Introduce the concept of a large site to single site installations. -
Committed [2590039] to Plugins SVN:
Version 2.4 -
Posted a reply to All new users now can’t login the expected way, on the site WordPress.org Forums:
It looks like you're working with the plugin author directly on GitHub. I'll mark this… -
Posted a reply to Possible bug with user creation (might be in core, not sure), on the site WordPress.org Forums:
Hi @desmith To create a user, we call wp_insert_user() which calls sanitize_user() in strict mode.… -
Posted a reply to No User Generated, Private browser logon only, on the site WordPress.org Forums:
Marking resolved for now. If you're still having issues, please reopen. -
Posted a reply to metadata import, on the site WordPress.org Forums:
Happy to hear that you got the metadata piece figured out. I do not have… -
Posted a reply to No User Generated, Private browser logon only, on the site WordPress.org Forums:
It's very confusing that you're only seeing the Shibboleth option in a private browsing session.… -
Mentioned in [50167] on Core SVN:
Security: add Content-Security-Policy script loaders. -
Posted a reply to Account merging with different email addresses gives error, on the site WordPress.org Forums:
The bypass username management is only necessary if the username doesn't match the username from… -
Posted a reply to Not logging in, on the site WordPress.org Forums:
To debug: I would make sure to check that the attributes are being populated in… -
Posted a reply to Help configure Shibd in a proxy, on the site WordPress.org Forums:
The WPSERVER should be configured to think that it's the PXSERVER. In the WPSERVER configuration… -
Posted a reply to Create new local user not possible, on the site WordPress.org Forums:
Neither of these seem like a conflict with Shibboleth. The Shibboleth plugin can assign roles,… -
Mentioned in [48135] on Core SVN:
Embeds: Ensure that classic embed support works in the block editor. -
Posted a reply to Gutenberg + Custom Post Type + Custom Role = No Featured Images?, on the site WordPress.org Forums:
Thank you @joyously - indeed I forgot to mention that capability_type is set to example.… -
Posted a reply to Gutenberg + Custom Post Type + Custom Role = No Featured Images?, on the site WordPress.org Forums:
Hi @joyously! Thank you for responding. It sounds like you are saying that the Custom… -
Created a topic, Gutenberg + Custom Post Type + Custom Role = No Featured Images?, on the site WordPress.org Forums:
I'm almost 100% sure I'm doing this right and I think … -
Created ticket #48054 on Core Trac:
wp.sanitize.stripTags should iterate instead of using recursion -
Posted a reply to Log Out from IDP not closing WordPress Session, on the site WordPress.org Forums:
Yes, the require shib-session option would only work if all your users are Shibboleth users.… -
Posted a reply to Log Out from IDP not closing WordPress Session, on the site WordPress.org Forums:
Because WordPress is doing passthru authentication, it will not test the validity of the SP… -
Posted a reply to Password Protect Specific Pages, on the site WordPress.org Forums:
Hi Mike, It sounds like you're asking about Content Visibility: https://wordpress.org/support/article/content-visibility/ My read of that… -
Posted a reply to Sibboleth installation internal server error, on the site WordPress.org Forums:
Thanks @absolutinternet for addressing this so quickly. Indeed, if installing this plugin causes a 500… -
Posted a reply to Clarification of Default Role: None, accounts still created with no role mapping, on the site WordPress.org Forums:
Looks like there's already a similar request: https://github.com/michaelryanmcneill/shibboleth/issues/51 If you're on board, we should continue… -
Posted a reply to Clarification of Default Role: None, accounts still created with no role mapping, on the site WordPress.org Forums:
I think I see what you're talking about. The situation is that when "Automatically Create… -
Closed ticket #46994 on Core Trac:
wp_privacy_anonymize_data( 'date' ) uses problematic "zero date" to ... -
Created ticket #46994 on Core Trac:
wp_privacy_anonymize_data( 'date' ) uses problematic "zero date" to ... -
Posted a reply to Update User roles, on the site WordPress.org Forums:
I've opened an issue to this effect: https://github.com/michaelryanmcneill/shibboleth/issues/55 -
Posted a reply to Update User roles, on the site WordPress.org Forums:
Yes and no. Unfortunately, WordPress - while allowing multiple roles to exist behind the scenes… -
Posted a reply to Issues with multisite not provisioning users on all network sites, on the site WordPress.org Forums:
Thank you! I'll mark this as support topic as resolved so we can focus on… -
Posted a reply to Issues with multisite not provisioning users on all network sites, on the site WordPress.org Forums:
Hi @desmith! Based on your description, this feels like more of a bug than a… -
Posted a reply to custom complexe computation of ROLE from shibboleth attribute, on the site WordPress.org Forums:
Hi Olivier, shibboleth_getenv() is a helper function that tries to match the normal variable names… -
Posted a reply to custom complexe computation of ROLE from shibboleth attribute, on the site WordPress.org Forums:
shibboleth_user_role would be the right hook if you have access to the values you need… -
Posted a reply to “Log in with Shibboleth” not redirecting, on the site WordPress.org Forums:
It looks like you might be using this plugin: https://wordpress.org/plugins/wpmuldap/#developers Prior to v2.8.4, it used… -
Posted a reply to “Log in with Shibboleth” not redirecting, on the site WordPress.org Forums:
I wonder if the LDAP Authentication plugin is taking over... Is it possible to remove… -
Posted a reply to “Log in with Shibboleth” not redirecting, on the site WordPress.org Forums:
If you're seeing the Shibboleth login button, then it should definitely do something. Any other… -
Posted a reply to Loop issue, on the site WordPress.org Forums:
There's about a million questions to ask, so I'm not sure where to start. So… -
Posted a reply to Once enabled, where are logs stored?, on the site WordPress.org Forums:
I believe you need to enable WP_DEBUG_LOG and possibly WP_DEBUG, see: https://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG_LOG Please know that… -
Posted a reply to Role based on Null value, on the site WordPress.org Forums:
There's two easy options that come to mind: 1. If all users have the header,… -
Posted a reply to Shibboleth plugin disables the password change form, on the site WordPress.org Forums:
The JavaScript was being incorrectly loaded on the password recovery page. I've created a change… -
Mentioned in [42224] on Core SVN:
Filesystem: Use a more unique filename in `wp_tempnam()` and `get_filesystem_method()`.
Developer
-
Shibboleth
Active Installs: 3,000+