Closed
Bug 411673
Opened 17 years ago
Closed 17 years ago
createemailregexp is a bad name for parameter "Alllow Self-registration" of accounts
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bigstijn, Unassigned)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 1.0.3705; InfoPath.1; .NET CLR 2.0.50727)
Build Identifier: bugzilla 2.22
createemailregexp is the parameter that deals with the option "Allow Self-registration", which allows users to create their own account.
You know that it's in the "user authentication" part, but, createemailregexp really doesn't let you ring a bell - if you are searching only for allowing self-registration or not.
Documentation is ok, but I just would suggest to change the name of the parameter.
Maybe this will become related with bug 387531.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•17 years ago
|
||
createemailregexp is more than that. Not only you can disable self-registration, but it can also restrict who can self-register, using something between "" (self-registration disabled) and ".*" (everybody can self-register), e.g. "\@bugzilla\.org$" (restricting to @bugzilla.org users only). So this name is fine to me.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•