git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14067
7612ce4b-ef26-0410-bec9-
ea0150e637f0
- Fixed attachment filename decoding problems (#2994865).
- Now allow multiple plugins to handle (add links for) a single
attachment MIME type.
+ - Fixed sqauth_read_password() for plugins on the login_verified hook.
Version 1.5.1 (branched on 2006-02-12)
--------------------------------------
* @since 1.5.1
*/
function sqauth_read_password() {
+ global $currentHookName;
+ if ($currentHookName == 'login_verified') global $key;
+
sqgetGlobalVar('key', $key, SQ_COOKIE);
sqgetGlobalVar('onetimepad', $onetimepad,SQ_SESSION);