Paul Gilzow
@gilzow on WordPress.org and Slack
- Member Since: May 29th, 2009
Contribution History
Paul Gilzow’s badges:- Plugin Developer
- Training Contributor
- WordCamp Speaker
-
Posted a reply to Error on PHP8.1 when user does not exist, on the site WordPress.org Forums:
oh, boy. this one is going to be fun to debug.... to get to line… -
Posted a reply to WordPress 6.2, on the site WordPress.org Forums:
I decided to go ahead and release 1.10.7 today as well which _does_ include the… -
Committed [2955552] to Plugins SVN:
Update to version 1.10.7 from GitHub -
Posted a reply to WordPress 6.2, on the site WordPress.org Forums:
Just a head's up that I released v1.10.6 today which does _not_ address your issue… -
Posted a reply to Password Reset Button Showing, on the site WordPress.org Forums:
v1.10.6 released with the above fixes. Going to go ahead and mark this as resolved. -
Committed [2955527] to Plugins SVN:
Update to version 1.10.6 from GitHub -
Posted a reply to Password Reset Button Showing, on the site WordPress.org Forums:
ah-ha! found it!as of version 6.0 of WordPress, the global variable $profileuser was removed. so… -
Posted a reply to WordPress 6.2, on the site WordPress.org Forums:
Glad that worked. I need to try and remember how SVN works so I can… -
Posted a reply to WordPress 6.2, on the site WordPress.org Forums:
oh, i think i found it. line 1825, changereturn sprintf($strMsg,$strUserID,$strSSOID,implode($arySiteMsgParts,', '),$strExtraMsg);toreturn sprintf($strMsg,$strUserID,$strSSOID, implode(', ', $arySiteMsgParts),$strExtraMsg);and… -
Posted a reply to WordPress 6.2, on the site WordPress.org Forums:
Is there anything in your logs that may indicate the cause of the error? And… -
Posted a reply to Password Reset Button Showing, on the site WordPress.org Forums:
I'm stumped at this point as I can't recreate it. The only difference I can… -
Posted a reply to Password Reset Button Showing, on the site WordPress.org Forums:
I dont see anything immediately in the code that should conflict, but that doesn't mean… -
Posted a reply to Password Reset Button Showing, on the site WordPress.org Forums:
Same thing if I try to edit a user's profile as a Super-Admin: password reset… -
Posted a reply to Password Reset Button Showing, on the site WordPress.org Forums:
ok, converted my personal site into a multisite and tried the same thing: attempting to… -
Posted a reply to Password Reset Button Showing, on the site WordPress.org Forums:
so that's good that it's still enforcing AD authentication. I grabbed the code and stripped… -
Posted a reply to Password Reset Button Showing, on the site WordPress.org Forums:
a couple of follow-up questions: if they attempt to reset their password in the profile… -
Posted a reply to Password Reset Button Showing, on the site WordPress.org Forums:
Relevant section of code is here : https://plugins.trac.wordpress.org/browser/wpdirauth/trunk/wpDirAuth.php#L2207 It uses the filter show_password_fields to hide… -
Posted a reply to Password always wrong, on the site WordPress.org Forums:
Does the error start with wpDirAuth Directory Authentication Error ? If so, is the error… -
Created a topic, php8+ error, on the site WordPress.org Forums:
line 1831 (version 1.10.5 of wpDirAuth.php) throws an … -
Wrote a comment on the post Canonical Plugins Revisited, on the site Make WordPress Core:
it is a massive pain for someone that commits 100s a day in Git, and… -
Confirmed as a speaker for WordCamp Birmingham, AL 2023
-
Posted a reply to Fakerpress doesn’t recognize already created taxonomy terms, on the site WordPress.org Forums:
Just came across this same issue, though with both FakerPress-generated terms as well as existing… -
Posted a reply to multisite second site dashboard signin cookie error, on the site WordPress.org Forums:
Just a head's up / FYI: The value for HTTP_HOST can be set by the… -
Wrote a comment on the post Discussion: Companies who run competitive ads against WordPress and apply to sponsor WordCamps, on the site Make WordPress Communities:
the original ground discussion was about companies that run competitive ads with a negative tone… -
Wrote a comment on the post Discussion: Companies who run competitive ads against WordPress and apply to sponsor WordCamps, on the site Make WordPress Communities:
Agreed. -
Wrote a comment on the post Discussion: Companies who run competitive ads against WordPress and apply to sponsor WordCamps, on the site Make WordPress Communities:
+1 -
Posted a reply to ML Slider throws warnings on read-only app container, on the site WordPress.org Forums:
that looks perfect. Thanks! -
Created a topic, ML Slider throws warnings on read-only app container, on the site WordPress.org Forums:
The issue can be found here: N/A but can create a new … -
Wrote a comment on the post New XML Sitemaps Functionality in WordPress 5.5, on the site Make WordPress Core:
in the functions file will work. -
Wrote a comment on the post New XML Sitemaps Functionality in WordPress 5.5, on the site Make WordPress Core:
[code]/ ** * Remove the author archives from sitemap */ add_filter('wp_sitemaps_add_provider', function( $provider, $strName )… -
Posted a reply to Invalid credentials, on the site WordPress.org Forums:
That error message is definitely occurring when it attempts to bind to the ldap server… -
Wrote a comment on the post New XML Sitemaps Functionality in WordPress 5.5, on the site Make WordPress Core:
It appears that none of the information provide here has made it into the official… -
Posted a reply to LDAPS Port, on the site WordPress.org Forums:
At some point there was a valid reason why you couldn't use an alternate port… -
Posted a reply to Wordfence brute force protection problem, on the site WordPress.org Forums:
Try this, at line 544, and line 1455 in wpDirAuth.php, change could_not_authenticate (544) and failed_login… -
Posted a reply to Wordfence brute force protection problem, on the site WordPress.org Forums:
Unfortunately, this is a known issue with WordFence. I've tried to get them to correct… -
Posted a reply to Add New Directory Authentication User ??, on the site WordPress.org Forums:
Thanks @whonickedmyname for the quick response to @kbk01's question! -
Posted a reply to WP is showing this plugin as abandoned…, on the site WordPress.org Forums:
It's not. Still works with the latest versions. I just absolutely hate dealing with subversion.… -
Posted a reply to User changed Ldap password can’t login to WP, on the site WordPress.org Forums:
totally understand. Let me know when you're back and looking at this agin. -
Posted a reply to User changed Ldap password can’t login to WP, on the site WordPress.org Forums:
Just checking in again. Were you able to try the testing script to help troubleshoot? -
Posted a reply to User changed Ldap password can’t login to WP, on the site WordPress.org Forums:
I'll need some more info on how you have wpDirAuth configured in order to help… -
Posted a reply to Change location of tool folder?, on the site WordPress.org Forums:
I did, but since I had already read through and searched https://docs.ewww.io/ before coming here,… -
Created a topic, Change location of tool folder?, on the site WordPress.org Forums:
Took over management of a site that is using your plug… -
Posted a reply to Login using either samaccountname or mail, on the site WordPress.org Forums:
wpDirAuth can do either or, but it can't do both. It does have a filter… -
Posted a reply to Login using either samaccountname or mail, on the site WordPress.org Forums:
Not sure I'm following. You want your users to be able to enter in their… -
Wrote a comment on the post Follow-up Discussion on Major Auto Updates, on the site Make WordPress Core:
I'll second Ipstenu: The logs aren't newbie friendly, and they're currently only available if you… -
Posted a reply to Can’t access WP admin after update to 2.2.4, on the site WordPress.org Forums:
2.2.5 corrects the issue though i'm not sure why the plugin page shows that 2.2.4… -
Posted a reply to last update causes wp-admin to be unaccessible, on the site WordPress.org Forums:
AH. That change makes sense. -
Posted a reply to last update causes wp-admin to be unaccessible, on the site WordPress.org Forums:
It's to prevent someone from trying to directly address the page, or prevent it from… -
Posted a reply to last update causes wp-admin to be unaccessible, on the site WordPress.org Forums:
Yes, that has been a source of much confusion and frustration for many years. -
Posted a reply to last update causes wp-admin to be unaccessible, on the site WordPress.org Forums:
if you attempt to access /wp-admin/ and you're not logged in, it doesn't redirect you…
Developer
-
Super Simple Account Enumeration Blocker
Active Installs: Less than 10
-
wpDirAuth
Active Installs: 800+