From 17827c2169c28328dba6f36ffd17a78e3c9c9080 Mon Sep 17 00:00:00 2001 From: Bob Vincent Date: Fri, 20 May 2011 17:14:08 -0400 Subject: [PATCH] Issue #401266 by pillarsdotnet: Add "pass" and "login" to list of required fields in user_mail_tokens(). --- modules/user/user.module | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/user/user.module b/modules/user/user.module index a4dfe773ebe85e8b24306c44e697e8a672b49633..8917192b377088a82965441ce43f2dff2618b101 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -2110,7 +2110,7 @@ function theme_user_signature($signature) { * * @param $account * The user object of the account being notified. Must contain at - * least the fields 'uid', 'name', and 'mail'. + * least the fields 'uid', 'name', 'pass', 'login', and 'mail'. * @param $language * Language object to generate the tokens with. * @return -- 1.7.4.1