Thomas Bruederli
2013-11-10 85e60ada1558798669b29225aa530b4ba9310cdc
program/lib/Roundcube/rcube_user.php
@@ -221,6 +221,14 @@
        return false;
    }
    /**
     * Generate a unique hash to identify this user which
     */
    function get_hash()
    {
        $key = substr($this->rc->config->get('des_key'), 1, 4);
        return md5($this->data['user_id'] . $key . $this->data['username'] . '@' . $this->data['mail_host']);
    }
    /**
     * Get default identity of this user