stable

Clone or download

Read-only

Do not automaticaly rename users when the login is numeric

part of request #25726 Change Tuleap behavior for unix users Since request #24215 user with numeric login was automatically renamed when unix users was enabled. Since it's no more possible to have an unix account with numeric login, this changes can be deleted. Change-Id: I4e41aa3840ad9cd6cc879a0e6015fc605076be5d

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +0 −10 Go to diff View file
D src/common/User/UserLoginValidator.php +0 −65 Go to diff View file
M src/common/User/UserManager.class.php +1 −8 Go to diff View file
M src/common/User/UserNameNormalizer.php +2 −11 Go to diff View file
D tests/unit/common/User/UserLoginValidatorTest.php +0 −116 Go to diff View file
M tests/unit/common/User/UserNameNormalizerTest.php +0 −26 Go to diff View file
M tests/unit/common/valid/Rule_UserNameTest.php +25 −0 Go to diff View file