diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2002-01-23 19:45:31 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2002-01-23 19:45:31 +0000 |
commit | 362cccab7b5bee2b3e0971c79c11b211f84c0e8c (patch) | |
tree | 420f7c91ecd6858219a45826780241eafe6ab94b /modules/user.module | |
parent | 0120c08f3911279f8d0450e74c1daa62c6465d65 (diff) | |
download | brdo-362cccab7b5bee2b3e0971c79c11b211f84c0e8c.tar.gz brdo-362cccab7b5bee2b3e0971c79c11b211f84c0e8c.tar.bz2 |
Typo in docs: "system geenrated password " > "generated".
Diffstat (limited to 'modules/user.module')
-rw-r--r-- | modules/user.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user.module b/modules/user.module index 899901bda..6a86d8bce 100644 --- a/modules/user.module +++ b/modules/user.module @@ -385,7 +385,7 @@ roles: <h4>settings<a name="settings"></a></h4> <p>Administrators may choose to restrict registration to their site. That restriction may be accomplished on this page. Also, the list of words which may be included - in a system geenrated password is also listed on this page. Drupal generates + in a system generated password is also listed on this page. Drupal generates passwords by joining small words from the password list until the new password is greater than 6 characters.</p> <h4>active users - report</h4> |