From c4ed4523bf7974355f72abd6218e86e7bed398a6 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 7 Mar 2010 07:56:24 +0000 Subject: #728434 by NEOatNHNG: Fixed Default template for 'Account activation' mail doesn't contain one-time-login link. --- modules/user/user.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/user/user.module b/modules/user/user.module index 8729c563d..135ef3573 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -2408,7 +2408,7 @@ Your account at !site-name-token has been activated. You may now log in by clicking this link or copying and pasting it into your browser: -!site-login-url-token +!one-time-login-token This link can only be used once to log in and will lead you to a page where you can set your password. @@ -2417,7 +2417,7 @@ After setting your password, you will be able to log in at !site-login-url-token username: !user-name-token password: Your password --- !site-name-token team", array('!user-name-token' => '[user:name]', '!site-name-token' => '[site:name]', '!site-login-url-token' => '[site:login-url]'), array('langcode' => $langcode)); +-- !site-name-token team", array('!user-name-token' => '[user:name]', '!site-name-token' => '[site:name]', '!site-login-url-token' => '[site:login-url]', '!one-time-login-token' => '[user:one-time-login-url]'), array('langcode' => $langcode)); break; case 'status_blocked_subject': -- cgit v1.2.3