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

marvil07’s picture

upps.. I forgot the Drupal docs link: http://drupal.org/node/114774#dist-auth

develcuy’s picture

Status: Active » Closed (works as designed)

Here is the complete message:

Line 24: hook no longer exists, use hook_form_alter() to swap your own validation handler (Drupal Docs)

dokeos_sso_auth($user);

function dokeos_*sso*_auth is not a hook implementation, but coder.module seems to intepreted it as hook_auth. Which is wrong!

Blessings!