Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible to change the value of "Name of the service validate servlet" from the interface #3

Open
fnicollet opened this issue Jun 22, 2018 · 1 comment

Comments

@fnicollet
Copy link

Hello and thanks for your work on this great plugin,

I am trying to make it work with a CAS engine (not JASIG), but I am running into trouble.
By default, wp-cassify uses "p3/serviceValidate" as "Name of the service validate servlet", event though, the label says it should be "serviceValidate" by default:
image

When I try to change it via the Wordpress Admin UI, it always reverts to "p3/serviceValidate", so I need to do it via the mysql database directly. It looks like there are two issues:

  • The label should say "Name of the service validate servlet (Default : p3/serviceValidate)
  • The value should be editable

Thanks!
Fabien

@fnicollet
Copy link
Author

The mysql request, if anyone needs it

UPDATE wp4ids_options set option_value = 'serviceValidate' where option_name = 'wp_cassify_service_validate_servlet';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant