@@ -1568,7 +1568,7 @@ function user_help($section) {
case'admin/user/account/create':
returnt('This web page allows the administrators to register a new users by hand. Note that you cannot have a user where either the e-mail address or the username match another user in the system.');
case'admin/user/configure/access':
returnt('Access rules allow Drupal administrators to choose usernames and e-mail address that are prevented from using drupal. To enter the mask for e-mail addresses click on <a href="%e-mail">e-mail rules</a>, for the username mask click on <a href="%username">name rules</a>.',array('%e-mail'=>url('admin/user/configure/access/mail'),'%username'=>url('admin/user/configure/access/user')));
returnt('Access rules allow Drupal administrators to choose usernames and e-mail address that are prevented from using drupal. To enter the mask for e-mail addresses click on <a href="%email">e-mail rules</a>, for the username mask click on <a href="%username">name rules</a>.',array('%email'=>url('admin/user/configure/access/mail'),'%username'=>url('admin/user/configure/access/user')));
case'admin/user/configure/access/mail':
returnt('Setup and test the e-mail access rules. The access function checks if you match a deny and not an allow. If you match <strong>only</strong> a deny then it is denied. Any other case, such as both a deny and an allow pattern matching, allows the pattern.');
@@ -1568,7 +1568,7 @@ function user_help($section) {
case'admin/user/account/create':
returnt('This web page allows the administrators to register a new users by hand. Note that you cannot have a user where either the e-mail address or the username match another user in the system.');
case'admin/user/configure/access':
returnt('Access rules allow Drupal administrators to choose usernames and e-mail address that are prevented from using drupal. To enter the mask for e-mail addresses click on <a href="%e-mail">e-mail rules</a>, for the username mask click on <a href="%username">name rules</a>.',array('%e-mail'=>url('admin/user/configure/access/mail'),'%username'=>url('admin/user/configure/access/user')));
returnt('Access rules allow Drupal administrators to choose usernames and e-mail address that are prevented from using drupal. To enter the mask for e-mail addresses click on <a href="%email">e-mail rules</a>, for the username mask click on <a href="%username">name rules</a>.',array('%email'=>url('admin/user/configure/access/mail'),'%username'=>url('admin/user/configure/access/user')));
case'admin/user/configure/access/mail':
returnt('Setup and test the e-mail access rules. The access function checks if you match a deny and not an allow. If you match <strong>only</strong> a deny then it is denied. Any other case, such as both a deny and an allow pattern matching, allows the pattern.');