[Tickets #14231] Re: Log in into Horde Groupware from another website

noreply at bugs.horde.org noreply at bugs.horde.org
Thu Feb 11 09:59:41 UTC 2016


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: https://bugs.horde.org/ticket/14231
------------------------------------------------------------------------------
  Ticket             | 14231
  Updated By         | lukas_barros at hotmail.com
  Summary            | Log in into Horde Groupware from another website
  Queue              | IMP
  Version            | 6.2.11
  Type               | Bug
  State              | Assigned
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             | Horde Developers
------------------------------------------------------------------------------


lukas_barros at hotmail.com (2016-02-11 09:59) wrote:

Problem was solved.

Solution:
Modification in file hordegw/pear/php/Horde/Core/Secret/Cbc.php

From:
if (!isset($this->_cipherCache[self::HORDE_KEYNAME]))

To:
if (!isset($this->_cipherCache[self::HORDE_KEYNAME]) ||  
$this->_cipherCache[self::HORDE_KEYNAME]->key!=$key)





More information about the bugs mailing list