stable

Clone or download

Read-only

feat: Add buton to delete passkey of user

Closes story #31179 delete a key of a user After have allowed site admin to delete passkey of user, add the button in user details interface to do it. *Testing:* In user details interface, as a site admin you can delete the passkey of any user Change-Id: I3cdfb8ef0adb57fc155eff527a1eb8b71e6bfccd

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +9 −0 Go to diff View file
M site-content/pt_BR/LC_MESSAGES/tuleap-core.po +9 −0 Go to diff View file
M src/common/User/Admin/UserDetailsPresenter.php +2 −0 Go to diff View file
M src/scripts/main/package.json +3 −0 Go to diff View file
M src/scripts/main/pnpm-lock.yaml +9 −0 Go to diff View file
M src/scripts/main/src/site-admin/userdetails.ts +75 −1 Go to diff View file
M src/templates/admin/users/user.mustache +45 −3 Go to diff View file
M src/themes/BurningParrot/css/includes/_siteadmin.scss +4 −0 Go to diff View file
M src/www/admin/usergroup.php +4 −1 Go to diff View file