Hi,

I am writing an sso app that uses the "remember login" system. Now I need to do 
some things in the 'loginWithCookie' method (/lib/private/user/session.php) and 
was happy to find a hook called  'preRememberedLogin' in line 246. But how can 
I connect to that hook?

I tried
  \OCP\Util::connectHook('\OC\User', 'preRememberedLogin', ..., ...);
and
  \OCP\Util::connectHook('\\OC\\User', 'preRememberedLogin', ..., ...);
without success.

Does anyone know what to add to my app.php?
Thanks.

Christian
_______________________________________________
Devel mailing list
[email protected]
http://mailman.owncloud.org/mailman/listinfo/devel

Reply via email to