add shared access section to user security page
This commit is contained in:
parent
a1bd5f0f52
commit
62e3a881f9
3 changed files with 80 additions and 1 deletions
|
|
@ -687,6 +687,7 @@ adminPermissionsDescription: "Apps using this token will have no administrative
|
|||
sharedAccount: "Shared account"
|
||||
sharedAccess: "Shared access"
|
||||
sharedAccessDescription: "Any accounts listed here will be granted access to the token and may use it to access this account."
|
||||
sharedAccessDescription2: "Shared access allows another user to access your account without using your password. You may select exactly which features and data are available to guest users."
|
||||
addGrantee: "Share access"
|
||||
removeGrantee: "Remove access"
|
||||
loginWithSharedAccess: "Login with shared access"
|
||||
|
|
@ -710,3 +711,9 @@ sharedAccessLogin: "{target} logged in via shared access."
|
|||
accessTokenNameDescription: "Unique name to record the purpose of this access token"
|
||||
confirmRevokeToken: "Are you sure you want to revoke this token?"
|
||||
confirmRevokeSharedToken: "Are you sure you want to revoke this token? {num} shared other users will lose shared access."
|
||||
grantSharedAccessButton: "Grant shared access"
|
||||
grantSharedAccessNoSelection: "No shared access listed"
|
||||
grantSharedAccessNoSelection2: "No shared access users were selected. Please add at least one user in the \"shared access\" section."
|
||||
grantSharedAccessSuccess: "Shared access granted"
|
||||
grantSharedAccessSuccess2: "Shared access has been granted to {num} users."
|
||||
tokenHasNoPermissionsConfirm: "Are you sure you want to create a token with no permissions?"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue