[Owncloud] logout function.

Arthur Schiwon blizzz at owncloud.com
Mon Jul 15 11:51:11 UTC 2013


On Monday 15 July 2013 11:04:23 Michée Lengronne wrote:
> Hello,
> 
> I would like to use the logout function in a custom app where I want the
> backend logged out when the user log out from owncloud.
> 
> The problem is that the logout function is not called during the logout
> event. I looked in some apps implementing a backend, none implements a
> logout function.
> 
> Is there a problem with that function ?

There is no logout method for backends that is invocated. If you want to react 
on the logout event, you should connect to the logout hook.

Cheers
Arthur



More information about the Owncloud mailing list