From cf4df86b94ff26529ab1bdd29cb7f3a9290af397 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 26 Aug 2010 09:14:33 +0000 Subject: [PATCH] #893276 by reglogge: Fixed Confirmation mail for user after account being activated contains wrong link - user cannot log in. --- modules/user/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/user/user.module b/modules/user/user.module index c4b02f91ca..c909050ed5 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -2558,7 +2558,7 @@ function _user_mail_text($key, $language = NULL, $variables = array(), $replace You may now log in by clicking this link or copying and pasting it into your browser: -[site:login-url] +[user:one-time-login-url] This link can only be used once to log in and will lead you to a page where you can set your password. -- GitLab