Obsolete Releases > SME 8.x Contribs

Pydio not logging out

(1/5) > >>

nicolatiana:
Sme 8 with pydio 5.2.2-1.el5.fws + smeserver-pydio 0.2.9-1.el5.fws. - Acces via Firefox 27 or IE 11, both on Windows 8/64 and Firefox 27 on Centos 5.9/64
When I log out, instead being redirected to the main login page, I go back to the previously logged in pages where I can still access files.

Nicola

Daniel B.:
That's expected, Pydio uses a basic HTTP auth which cannot close a session (closing the browser will terminate the session). What you can do is to redirect users to any page you want when they click on disconnect:


--- Code: ---db configuration setprop pydio LogoutUrl http://sme.domain.tld/disconnected.html
signal-event webapps-update

--- End code ---

Regards, Daniel

nicolatiana:
Now testing for a production environment, I'm not able to have the logout url redirection working.
This is my db configuration:

--- Quote ---[root@sme8-pdc ~]# db configuration show pydio
pydio=webapp
    DbName=pydio
    DbPassword=q4xlDF051RX1jt4Sa9+lmh4ugReETRkHwkixeOVOYNN+2ustT2JwLrrS2iAvEabLHnW0HrVnQJL9
    DbUser=pydio
    LogoutUrl=https://www.google.it
    access=private
    status=enabled
--- End quote ---

Nicola

Stefano:
if something doesn't work as expected out-of-the-box, please raise a bug :-)

nicolatiana:
Maybe it's only a db variable to be configured in some way . . . .

Nicola

Navigation

[0] Message Index

[#] Next page

Go to full version