diff options
author | zeripath <art27@cantab.net> | 2023-02-02 18:25:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-02 18:25:54 +0000 |
commit | 2914c5299b37c3f98997fc923b0b715c9b3f750a (patch) | |
tree | 021346c382be0a3f515009f3a54c9cf57a743007 /options/locale/locale_en-US.ini | |
parent | ccb38512818dd3ee86f7960ed6cdf34754e4d09f (diff) | |
download | gitea-2914c5299b37c3f98997fc923b0b715c9b3f750a.tar.gz gitea-2914c5299b37c3f98997fc923b0b715c9b3f750a.zip |
Improve error report when user passes a private key (#22726)
The error reported when a user passes a private ssh key as their ssh
public key is not very nice.
This PR improves this slightly.
Ref #22693
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: delvh <dev.lh@web.de>
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 8465660cc0..26217293a5 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -518,6 +518,7 @@ organization_leave_success = You have successfully left the organization %s. invalid_ssh_key = Cannot verify your SSH key: %s invalid_gpg_key = Cannot verify your GPG key: %s invalid_ssh_principal = Invalid principal: %s +must_use_public_key = The key you provided is a private key. Please do not upload your private key anywhere. Use your public key instead. unable_verify_ssh_key = "Cannot verify the SSH key; double-check it for mistakes." auth_failed = Authentication failed: %v |