stable

Clone or download

Read-only

Allow creation of user with a known password for tests

This is an undocumented option that will set the same lame password for all created users when running an import. It's needed to be able to do stuff as created user in tests. Part of story #10171 automate distributed tuleap setup tests Change-Id: I39d9d5f94efa615aa57d564e63a5f72249e19d90

Modified Files

Name
M plugins/tracker/bin/import_tracker_xml_template.php +5 −1 Go to diff View file
M src/common/project/ProjectXMLImporterLogger.php +1 −1 Go to diff View file
M src/common/user/XML/Import/MappingFileOptimusPrimeTransformer.php +10 −3 Go to diff View file
M src/common/user/XML/Import/WillBeCreatedUser.php +15 −4 Go to diff View file
M src/utils/import_project_xml.php +10 −4 Go to diff View file