View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003183 | mantisbt | bugtracker | public | 2003-05-19 13:14 | 2019-04-18 03:58 |
Reporter | brody | Assigned To | grangeway | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | NTW38464 | OS | Windows NT 4 | OS Version | 1381 SP 6 |
Product Version | 0.18.0a4 | ||||
Summary | 0003183: from ML: username restrictions in new mantis | ||||
Description | As someone on the mailinglist wrote, the actual 0.18.0 mantis version prohibits usernames containing spaces. | ||||
Tags | No tags attached. | ||||
It doesn't allow periods either, which will be a problem for us if/when we upgrade. |
|
In the latest release(s), this is configurable. Paul |
|
MantisBT: master 3aff2711 2003-04-23 15:32 Julian Fitzell Details Diff |
Allow hyphens and spaces in usernames and put the regex used to validate them in a config option. * config_defaults_inc.php (user_login_valid_regex): new option giving a regex to use for validating new login names * core/user_api.php (user_is_name_valid): use new config option (user_login_valid_regex) for regular expression * lang/strings_english.txt (ERROR_USER_NAME_INVALID): add a sentence describing what the user name limitations are git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2160 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
Affected Issues 0003183 |
|
mod - doc/ChangeLog | Diff File | ||
mod - lang/strings_english.txt | Diff File | ||
mod - config_defaults_inc.php | Diff File | ||
mod - core/user_api.php | Diff File |