stable

Clone or download

Read-only

chore(refactoring): LDAP user details must be provided by LDAP plugin directly

This is part of request #37196 Display OIDC providers used by a user in site administration user page In order to allow plugins to add easily information in user details page, then the sections must be directly provided by plugins. No functional change expected. How to test ----------- * Have a user with LDAP information * As site administrator, display the user page => All LDAP information must be displayed as before. Change-Id: Ia11ff1916bee9b2ef346521d3ce60d4434fa9d17

Modified Files

Name
M plugins/ldap/include/ldapPlugin.php +12 −7 Go to diff View file
A plugins/ldap/templates/user/user-additional-information.mustache +12 −0 Go to diff View file
M src/common/User/Admin/UserDetailsPresenter.php +4 −1 Go to diff View file
M src/templates/admin/users/user.mustache +1 −12 Go to diff View file