stable

Clone or download

Read-only

Add option to toggle user approval

part of request #32636 project notifications test can be covered with cypress As site admin there is a new menu `user settings` who enables to toggle sys_user_approval config parameter Change-Id: If92b48a2df12a0bf143aa036c2146b2c339bf6b7

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +17 −0 Go to diff View file
M site-content/pt_BR/LC_MESSAGES/tuleap-core.po +15 −0 Go to diff View file
M src/common/Request/RouteCollector.php +18 −0 Go to diff View file
A src/common/User/Settings/UserSettingsController.php +58 −0 Go to diff View file
A src/common/User/Settings/UserSettingsPresenter.php +36 −0 Go to diff View file
A src/common/User/Settings/UserSettingsUpdateController.php +48 −0 Go to diff View file
M src/common/User/UserManager.class.php +4 −0 Go to diff View file
M src/templates/admin/sidebar_users.mustache +1 −0 Go to diff View file
A src/templates/admin/users/moderation.mustache +45 −0 Go to diff View file