stable

Clone or download

Read-only

Create a key with an expiration date from user settings page

This is part of story #13667 have an expiration date associated to API AccessKey The modal of API access key creation allows now to set an expiration date (optional). If the date is set, the key will expire at the end of the selected day. Change-Id: I91abc42d95c8002c6b4d1c27d51dc52dcebcc148

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +14 −0 Go to diff View file
M src/common/User/AccessKey/AccessKeyCreationController.php +35 −3 Go to diff View file
M src/templates/user/access-keys.mustache +21 −0 Go to diff View file
M src/www/scripts/tuleap/account-maintenance.js +18 −1 Go to diff View file