stable

Clone or download

Read-only

Realname of the dynamic user can be configured

The choosen realname is only changed at display time. The value is not modified in the database so things like search might not work with the configured realname. This is part of story #11239: generate dynamic credentials from HashiCorp Vault into a Tuleap instance Change-Id: I44b285df8e4700b9a5cc4adb06286f23f09a1f82

Modified Files

Name
M plugins/dynamic_credentials/etc/dynamic_credentials.inc.dist +2 −1 Go to diff View file
M plugins/dynamic_credentials/include/User/DynamicUser.php +2 −1 Go to diff View file
M plugins/dynamic_credentials/include/User/DynamicUserCreator.php +8 −3 Go to diff View file
M plugins/dynamic_credentials/include/dynamic_credentialsPlugin.class.php +2 −1 Go to diff View file
M plugins/dynamic_credentials/phpunit/User/DynamicUserCreatorTest.php +4 −4 Go to diff View file
M plugins/dynamic_credentials/phpunit/User/DynamicUserTest.php +12 −4 Go to diff View file