businessdad
MVPHackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
businessdad MVP
Reactions
-
Re: I can't get PremHide to work
I'm not sure what you mean with that. If you use preg_replace you don't need a callback. Anyway, you can't pass array($this) as a callback, as it's not a valid callable. (View Post)1 -
Re: I can't get PremHide to work
@adriansonline I'm not sure that @supaloopa used the wrong tag, he might have typed it wrong when he posted the message. Regardless, the plugin should still "behave" if wrong tags exist in … (View Post)2 -
Re: I can't get PremHide to work
The original pattern in the plugin version I tested was /<prem>/. The missing bracket is due to a typo from my side, when I wrote my suggestion. Sorry about that. (View Post)1 -
Re: I can't get PremHide to work
@adriansonline Ok, then this is an issue, because the plugin seems to work, but it's not clear why. I would strongly recommend debugging it and replacing preg_replace_callback() with preg_replace(), … (View Post)2 -
Re: SAML SSO
I think I get why it was confusing. As you wrote, Google, OpenID & co display a login form; however, this happens only if the user is not already authenticated with them. In your case, I understa… (View Post)1