Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#1485846 closed Bugs (fixed)

Since Change 2467 login failed

Reported by: lacri Owned by:
Priority: 5 Milestone: 0.2.2
Component: Core functionality Version: git-master
Severity: normal Keywords:
Cc:

Description

Since the Changes in SVN Trunk Change Set 2467 http://trac.roundcube.net/changeset/2467/ after successful login one second appears the normal mail screen thereafter loads the loginscreen automatically in IE.

In the Firefox the login functions not at all and breaks off with the message 'Anmeldung fehlgeschlagen' (Login failed)

No Error Messages in Log Files.

Change History (5)

comment:1 Changed 4 years ago by alec

  • Resolution set to fixed
  • Status changed from new to closed

Do update, works for me.

comment:2 Changed 4 years ago by lacri

  • Resolution fixed deleted
  • Status changed from closed to reopened

i found the cause ... suhoshin

the function rcube_sess_unserialize() can not unserialize encrypt sessions from suhoshin

http://www.hardened-php.net/suhosin/index.html

the parameter suhoshin.session.encrypt
http://www.hardened-php.net/suhosin/configuration.html#suhosin.session.encrypt

i have deactivate suhoshin.session.encrypt and
suhoshin.session.cryptua and now works

that is not well Roundcube should also with suhoshin function

comment:3 Changed 4 years ago by lacri

add this to the .htaccess file in roundcube root

php_value suhosin.session.encrypt Off

comment:4 Changed 4 years ago by alec

  • Resolution set to fixed
  • Status changed from reopened to closed

Added to .htaccess file and to installer checks.

comment:5 Changed 4 years ago by alec

... in [2d1a451c].

Note: See TracTickets for help on using tickets.