Alain-Aymerick FRANCOIS
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Cassify] How can I add my CAS configuration Hardcoded.Hi,
Now you have an import / export plugin settings feature.
Best regards.Forum: Plugins
In reply to: [WP Cassify] Authentication failureHi,
Thanks parakedista,
I will apply your fix in next release.Best regards.
Forum: Plugins
In reply to: [WP Cassify] changing admin rules in cassify don’t change in WPHi,
It’s normal. When rules are applied, it push WP roles to users. But if you connect another time after removing rules, it does not remove WP roles previously pushed.
Best regards.
Forum: Plugins
In reply to: [WP Cassify] Single-login Cassify bypassHi,
You can call url you want to bypass with an additionnal parameter in url
‘?wp_cassify_bypass=bypass’.You can also check ‘Disable CAS Authentication’ in plugin configuration panel. Then Classic WordPress auth will be applied.
You’re right. But CAS Maestro have not some features that WP Cassify have. That’s a choice.
Best regards.
- This reply was modified 9 years, 6 months ago by Alain-Aymerick FRANCOIS.
Forum: Plugins
In reply to: [WP Cassify] Single-login Cassify bypassHi,
Yes we can ! See this documentation page. The Susan Boland’s method is explained. It consist to create an hidden custom form login page that allow you to connect via classic WordPress authentication.
https://wpcassify.wordpress.com/getting-started/
Best regards.
Hi,
I’m sorry but i’ve not answer to solve problem without hacking wp-config.php.
When i’ve configured wordpress behind reverse proxy with subdir config, i’ve to hack wp-config.php like you. But, it does not concern specially WP Cassify plugin.
Best regards
Forum: Plugins
In reply to: [WP Cassify] How to test?Hi,
Ticket is too old so i close the thread.
Best regards.
Forum: Plugins
In reply to: [WP Cassify] message error : Security Check !Hi,
You’re right. It’s a bug due to last changes. Please update to 2.0.1. It will solve the bug.
Thanks for your feedback.Best regards.
Forum: Plugins
In reply to: [Disable Login] Multisite supportHi,
Thann you very much. I will upload to new version.
Great.Forum: Plugins
In reply to: [WP Cassify] Authentication failureHi,
I’m sorry but i’ve not free time for the moment. It may be an incompatibility with activated plugins in tour blog and WP Cassify.
Your URL is malformed because it’s ends with equal after 3492 parameter.It seems you’ve a plugin wich interacts with URL and disallow WP Cassify working correctly.
Best regards.
Forum: Plugins
In reply to: [WP Cassify] Error: DOMDocument::loadXML(): Empty string supplied as input inOkay,
I think that’s an incompatibility due to your WordPress install but i don’t know what. If you’ve found a workarround, i close ticket.
Best regards.
Forum: Plugins
In reply to: [WP Cassify] Errors with Emails with “+” signsHi,
It’s not due to plugin.
It’s provide from WordPress username limitations. I’ve tried to create wordpress user from WordPress backoffice with username ‘mtester+23@1234.com’. It’s not possible by default.
When user is created, fields content are checked and sanitized.
See function sanitize_user_field.It’s not the role of this plugin to bypass WordPress security limitations. This could create security problems.
Best regards.
Forum: Plugins
In reply to: [WP Cassify] Error: DOMDocument::loadXML(): Empty string supplied as input inHi,
I can’t reproduce the bug because i’ve not single install only WP Multi-sites in prod.
But i think, it may be a bug in WP Single install. In single install, sometimes, there is a bug to calculate serviceUrl (callback url when you’re authenticated by CAS).
So i think, it works when you’re using https://client.com/sub/ url but fails with the same url without slash https://client.com/sub.
Best regards.
Forum: Plugins
In reply to: [WP Cassify] Error: DOMDocument::loadXML(): Empty string supplied as input inHi,
Are you in multisite configuration or single worpdress install ?
OK, in your browser type : https://client.com/sub/. And test again.Best regards.
Forum: Plugins
In reply to: [WP Cassify] Error: DOMDocument::loadXML(): Empty string supplied as input inHi,
What’s version of CAS protocol used by your CAS server ? (CAS protocol version 2 or 3)
Turn CAS protocol version to 2 and test again.Test if you’ve not network or dns resolution problem between CAS Server and your WordPress server.
Have you try to enable debug feature in plugin admin panel? So, you can dump last response send by CAS server and see if XML response is well-formed.
See this topic: [Resolved] DOM Document : load XML() empty string
Best regards.