diff options
author | caillon%returnzero.com <> | 2003-11-19 03:55:44 +0100 |
---|---|---|
committer | caillon%returnzero.com <> | 2003-11-19 03:55:44 +0100 |
commit | 7093be0b446cbb9378217b975fc408cf1c32cff1 (patch) | |
tree | 7a3fb147ba1592d096ae1cee719760a7a443f0e2 /editgroups.cgi | |
parent | 1a5abe6ac3ba87250d80610e8ad3831ae1f26062 (diff) | |
download | bugzilla-7093be0b446cbb9378217b975fc408cf1c32cff1.tar.gz bugzilla-7093be0b446cbb9378217b975fc408cf1c32cff1.tar.xz |
226061 - someone forgot to tell editgroups that regexps are applied at runtime, not on account creation.
r=joel,a=justdave
Diffstat (limited to 'editgroups.cgi')
-rwxr-xr-x | editgroups.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editgroups.cgi b/editgroups.cgi index 937056512..6bf618427 100755 --- a/editgroups.cgi +++ b/editgroups.cgi @@ -149,7 +149,7 @@ people submitting bugs by email to limit a bug to a certain set of groups. <p>"; members of the group where they can choose whether the bug will be restricted to others in the same group.<p>"; print "<b>User RegExp</b> is optional, and if filled in, will automatically -grant membership to this group to anyone creating a new account with an +grant membership to this group to anyone with an email address that matches this perl regular expression. Do not forget the trailing \'\$\'. Example \'\@mycompany\\.com\$\'<p>"; print "The <b>Use For Bugs</b> flag determines whether or not the group is eligible to be used for bugs. If you remove this flag, it will no longer be possible for users to add bugs |