rleguede
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Cassify] White list URLHi,
I deactivate the plugin “rename wp-login” and try to do the bypass cas authentication like describe in your documentation.
But it’s doesn’t work yet, I have always the CAS form when I try to connect, not the bypass cas authentication page.I have a question about settings. (Sorry in French)
Si je paramètre dans les réglages de Lecture :
– Gestion de la restriction pour les visiteurs : “Les orienter vers l’écran de connexion de WordPress”
le plugin redirige automatiquement vers la page de connexion au CAS, right ?
Si jamais le CAS est indisponible pour X raisons, les utilisateurs seront-ils bien dirigés vers la page de connexion WP ?If it’s the use case, then it’s good for me and no need of the bypass authentication.
Thanks for your answers.
Forum: Plugins
In reply to: [WP Cassify] Users Roles SettingHi again,
Another question : can we limited the number of roles assigned to a user ?
For example 2 roles and no more ?
And have to manage case if conflict with more roles (defined the 2 roles by level : higher level applied)Thanks,
Best regards
Forum: Plugins
In reply to: [File Away] CustomData storage in database going wrongYes, it’s when I upload a file.
I remove uploader=”name” and it’s working know ! I try after upload the rename function, and it add the description as asked and not in the filename.
Thanks very much 🙂
Best regards
RLForum: Plugins
In reply to: [WP Cassify] Users Roles SettingHi,
Alright, so that is an organizational issue on my enterprise process.
I have to discuss about that process with direction and so adapted it to the plugin and not the opposite :-).Thanks a lot, you help me so much during all my internship (I finish it in few days), so again thank you very much 🙂
Bonne continuation !
Best regards,
RLForum: Plugins
In reply to: [WP Cassify] Users Roles SettingHi,
I have an another request : can we define users roles only if it’s their first connexion to the site ?
For next connexion, roles should be those from WP Profil.
Do you think it’s possible ?
My example here, it’s my users can evolve in the site and become Editor or Administrator (if the admin quit his job, for example). And if I change these roles in WP profile, WP-Cassify actually will replace roles by those defined in rules.
How can I manage this case ?
Thanks for any help 🙂
Forum: Plugins
In reply to: [WP Cassify] Curl Error after loginHi,
You are right. Yes it’s the same machine which host WP blog and CAS server.
I find my mistake in the configuration of firewall and router.
So now everything works well 🙂Thanks for your answer !
Best regards.
Hi,
In my case, issue was in my architecture.
In the WP site, I add some directories (like /download; /test; /sauvegardes) so that they are next to “wp-content” and others directories and files of WordPRess.Plugin doesn’t like it. So, before scanning, I exclude these directories.
And then, scann completed without issue.
Working for me, but don’t know if it’s the same case for you.
Good luck 🙂
Hi again again,
I find the problem with my colleagues.
We haven’t excludes directories which wasn’t wordpress directories and files.So now, it’s seem to work. I will desinstall the developpment version and install the last one.
Thanks for your help, really !
Have a good day 🙂
Hi again,
My question :
how can I change the root path in Duplicator ?Second question :
Can you remove my last post (containing address, not secure) please ? Not sure it’s secure to tell everyone about structure of my site.Thanks a lot
Hum,
I find something else :In storage : ” Default Local /home/eq17387/html/wp-snapshots”
In settings :
Adresse web de WordPress (URL) : http://eq17387.amanda8.nfrance.com
Adresse web du site (URL) : http://eq17387.amanda8.nfrance.com
–> it is the test server, our hosting change the addressMy thninking is : our hosting doesn’t know how WordPRess and migration works ! So, I have to correct all theses address by myself in all WP configuration and database.
Do you know a good tutorial about that problem ? I have my boss on my back to solve this issue soon (for yesterday of course).
Thanks for your help anyway, that help very much !!
Hello,
Thanks for your help. I do what you said and have this :
###
Scan Error
Please try again!
Server Status: Scan Path Error [/home/eq17387/html]Error Message:
Unable to perform a full scan, please try the following actions:1. Go back and create a root path directory filter to validate the site is scan-able.
2. Continue to add/remove filters to isolate which path is causing issues.
3. This message will go away once the correct filters are applied.Common Issues:
– On some budget hosts scanning over 30k files can lead to timeout/gateway issues. Consider scanning only your main WordPress site and avoid trying to backup other external directories.
– Symbolic link recursion can cause timeouts. Ask your server admin if any are present in the scan path. If they are add the full path as a filter and try running the scan again.
###I was used version 1.1.12 of your plugin. And actually, the site is on our prod server (in an extern enterprise), so I can’t change the root directory of the website.
WP version : 4.5.3
Forum: Plugins
In reply to: [WP Cassify] Users Roles SettingHi,
It’s working very well !
Thanks a lot for your reactivity 😀Have a good day and a nice week-end,
Best regards.
Forum: Plugins
In reply to: [WP Cassify] Users Roles SettingHi,
It’s working better now ! Participants are
n’t administrator anymore.
But, I still have a problem with this rule :
bbp_participant|(CAS{etab} -NEQ “Capcir”)What I want to do : anybody who is not from enterprise “Capcir” is a participant.
What I have :- when a single participant connect, it’s ok.
- when a person from Capcir connects, it’s not ok : he is participant and editor. I want him to be editor, not participant.
I think my rule is not clear enough. I change also the role by defaut in WP settings to “Abonné” and not to “Participant”, but doesn’t change the problem. I retrieve the rule, then Capcir members are Editor and no more Participant.
Does it possible to create a rule like :
-NEQ (CAS{email} -ENDWITH “capcir.fr”) ?I mean, I want a rule to say “if email contains capcir.fr, then it’s NOT a participant”
Do you think it’s possible ?
Thanks,
Best regards.Forum: Plugins
In reply to: [WP Cassify] Users Roles SettingHi again,
I really have a problem with users rules.
I define several rules :- editor|(CAS{mail} -ENDWITH “capcir.fr”)
- administrator|(CAS{prenom} -EQ “Romane”) -AND (CAS{mail} -ENDWITH “capcir.fr”)
- bbp_keymaster|(CAS{prenom} -EQ “Romane”) -AND (CAS{mail} -ENDWITH “capcir.fr”)
- bbp_moderator|(CAS{mail} -ENDWITH “capcir.fr”)
- bbp_participant|(CAS{etab} -NEQ “Capcir”)
But, when a user who should be a participant connect to the site, he’s got admin role. Don’t understand why.
An other user, who should not be a participant, has a participant role and moderator and editor like expected. But He should not be a participant !Any idea ?
Is there a problem with uppercase ? or with the order of rules ? How does it works ?
I’m working with WP 4.5.3 and CAS protocol 2.
Best regards.
Forum: Plugins
In reply to: [WP Cassify] Bypass CAS authentificationHi,
Sorry about late answer. I moved my website on a different server (on Linux) and I try again with ByPass.
Everything works well now !
Don’t know if it’s due to the server or due to my configuration of CAS and LDAP…Thanks for your help anyway 🙂