Reject duplicate AccessToken names (#10994)
* make sure duplicate token names cannot be used * add check to api routes too * add @lunny s suggestion * fix & don't forget User.ID * AccessTokenByNameExists() return error too * unique token for each test * fix lint Signed-off-by: 6543 <6543@obermui.de> Co-authored-by: Lanre Adelowo <yo@lanre.wtf>
This commit is contained in:
parent
980ef24251
commit
ad5c43ae5d
6 changed files with 71 additions and 1 deletions
|
@ -517,6 +517,7 @@ new_token_desc = Applications using a token have full access to your account.
|
|||
token_name = Token Name
|
||||
generate_token = Generate Token
|
||||
generate_token_success = Your new token has been generated. Copy it now as it will not be shown again.
|
||||
generate_token_name_duplicate = <strong>%s</strong> has been used as an application name already. Please use a new one.
|
||||
delete_token = Delete
|
||||
access_token_deletion = Delete Access Token
|
||||
access_token_deletion_desc = Deleting a token will revoke access to your account for applications using it. Continue?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue