diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-08-26 09:14:33 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-08-26 09:14:33 +0000 |
commit | cf4df86b94ff26529ab1bdd29cb7f3a9290af397 (patch) | |
tree | 75e2be732295363cc7c79bfc734fe3c86019dc3f /modules | |
parent | ca2c6441eb0e739028764f0990dea8b31c4f1914 (diff) | |
download | brdo-cf4df86b94ff26529ab1bdd29cb7f3a9290af397.tar.gz brdo-cf4df86b94ff26529ab1bdd29cb7f3a9290af397.tar.bz2 |
#893276 by reglogge: Fixed Confirmation mail for user after account being activated contains wrong link - user cannot log in.
Diffstat (limited to 'modules')
-rw-r--r-- | 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 c4b02f91c..c909050ed 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -2558,7 +2558,7 @@ Your account at [site:name] has been activated. 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. |