View Issue Details

IDProjectCategoryView StatusLast Update
0003183mantisbtbugtrackerpublic2019-04-18 03:58
Reporterbrody Assigned Tograngeway  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
PlatformNTW38464OSWindows NT 4OS Version1381 SP 6
Product Version0.18.0a4 
Summary0003183: 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.
Because the productional version 0.17.5 have no restriction this way, I would prefer this restriction to be canceled, because our user can use there real names yet.

TagsNo tags attached.

Activities

morganparry

morganparry

2003-05-21 11:30

reporter   ~0004322

It doesn't allow periods either, which will be a problem for us if/when we upgrade.

grangeway

grangeway

2005-03-01 18:49

reporter   ~0009440

In the latest release(s), this is configurable.

Paul

Related Changesets

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