in dokeos.module:
- Line 23: hook no longer exists, use hook_form_alter() to swap your own validation handler (see
Drupal Docs)
dokeos_sso_auth($user);
in dokeos.module:
- Line 23: hook no longer exists, use hook_form_alter() to swap your own validation handler (see
Drupal Docs)
dokeos_sso_auth($user);
Comments
Comment #1
marvil07 commentedupps.. I forgot the Drupal docs link: http://drupal.org/node/114774#dist-auth
Comment #2
develcuy commentedHere is the complete message:
function dokeos_*sso*_auth is not a hook implementation, but coder.module seems to intepreted it as hook_auth. Which is wrong!
Blessings!