Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logout fails on whitelisted session #69

Open
bernhy opened this issue Apr 17, 2017 · 3 comments
Open

Logout fails on whitelisted session #69

bernhy opened this issue Apr 17, 2017 · 3 comments

Comments

@bernhy
Copy link

bernhy commented Apr 17, 2017

Hi,

can you please change

if($rcmail->task === 'login') $this->__goingRoundcubeTask('mail');

to

if($rcmail->task === 'login' && $rcmail->action === 'login') $this->__goingRoundcubeTask('mail');

This will fix the issue.. thanks :)

@alexandregz
Copy link
Owner

alexandregz commented Apr 18, 2017

Hi,

I can't reproduce the error. Can you describe used steps to show me, plz?

thx!

@bernhy
Copy link
Author

bernhy commented Apr 18, 2017

Hi,

I always had the problem with invalid session showing on the logoff screen and this causing a not proper logoff from the system, causing some problems with other plugins.
Also I noticed but didnt pay attention, your settings screen didnt work properly, showing passwords in plaintext and so on did not work. But I never tried without a whitelist or from another station but a whitelisted.
Well, this fixes both :)

@zaharcelac
Copy link

Same thing for me - whenever I have whitelist enabled I get session error on logout.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants