appPassword: add expiry
This commit is contained in:
@@ -298,7 +298,8 @@
|
||||
"app": "App",
|
||||
"name": "Name",
|
||||
"noPasswordsPlaceholder": "No app passwords",
|
||||
"description": "App passwords are a security measure to protect your Cloudron user account. If you need to access a Cloudron app from an untrusted mobile app or client, you can log in with your username and the alternate password generated here."
|
||||
"description": "App passwords are a security measure to protect your Cloudron user account. If you need to access a Cloudron app from an untrusted mobile app or client, you can log in with your username and the alternate password generated here.",
|
||||
"expires": "Expires"
|
||||
},
|
||||
"apiTokens": {
|
||||
"title": "API Tokens",
|
||||
@@ -331,7 +332,8 @@
|
||||
"name": "Password name",
|
||||
"app": "App",
|
||||
"description": "Use the following password to authenticate against the app:",
|
||||
"copyNow": "Please copy the password now. It won't be shown again for security purposes."
|
||||
"copyNow": "Please copy the password now. It won't be shown again for security purposes.",
|
||||
"expiresAt": "Expiry date"
|
||||
},
|
||||
"createApiToken": {
|
||||
"title": "Add API Token",
|
||||
|
||||
Reference in New Issue
Block a user