Skip to content

Update cern/cern.module adding opeind hooks solving bug openid3.0

Lorenzo Del Pianta requested to merge ldelpian-k8s-patch-12100 into k8s

The installing hooks of the openid module are not done properly during the creation of the site since they need access to the db, in this merge request, we are adding the hooks that they are failing:

  • openid_connect_update_8198();
  • openid_connect_update_8199();
  • openid_connect_update_8200();
  • openid_connect_update_8201();
  • openid_connect_update_8202();
  • openid_connect_update_8203();
  • openid_connect_update_8206();
  • openid_connect_update_8207();
  • openid_connect_update_8208();
  • openid_connect_update_8209();
  • openid_connect_update_8210();

What's more, removed section where we enable external account approval, this feature is not expected to be used.

these hooks will fail if the module is not present

bumped version to 8.2.0 to add a fresh minor version

Edited by Lorenzo Del Pianta

Merge request reports