diff options
author | Dries Buytaert <dries@buytaert.net> | 2002-05-20 09:31:58 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2002-05-20 09:31:58 +0000 |
commit | 6d3be31eb25c48f37fb010e58d52152b8c61e7bf (patch) | |
tree | 9e17056f518acac15641e0b2d203735c7cbfdf34 /modules/blog.module | |
parent | 3d5d2476904a97de5ed822085c76666d0c411784 (diff) | |
download | brdo-6d3be31eb25c48f37fb010e58d52152b8c61e7bf.tar.gz brdo-6d3be31eb25c48f37fb010e58d52152b8c61e7bf.tar.bz2 |
- Fixed typo in the "request new password" e-mail:
diff -r1.69 user.module
869c869
< $body = strtr(variable_get("user_mail_pass_body", t("%username,\n\nHere is your new password for %site. You may now login to %uri". drupal_url(array("mod" => "user", "op" => "login"), "module") ." using the following username and password:\n\nusername: %username\npassword: %password\n\nAfter logging in, you may wish to change your password at %uri". drupal_url(array("mod" => "user", "op" => "edit"), "module") ."\n\nYour new %site membership also enables to you to login to other Drupal powered web sites (e.g. http://www.drop.org) without registering. Just use the following Drupal ID and password:\n\nDrupal ID: %username@%uri_brief\npassword: %password\n\n\n-- %site team")), $variables);
---
> $body = strtr(variable_get("user_mail_pass_body", t("%username,\n\nHere is your new password for %site. You may now login to %uri". drupal_url(array("mod" => "user", "op" => "login"), "module") ." using the following username and password:\n\nusername: %username\npassword: %password\n\nAfter logging in, you may wish to change your password at %uri". drupal_url(array("mod" => "user", "op" => "edit"), "module") .".\n\nYour new %site membership also enables you to login to other Drupal powered web sites (e.g. http://www.drop.org/) without registering. Just use the following Drupal ID and password:\n\nDrupal ID: %username@%uri_brief\npassword: %password\n\n\n-- %site team")), $variables);
Diffstat (limited to 'modules/blog.module')
0 files changed, 0 insertions, 0 deletions