mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Login via OpenID-2.0 (#618)
This commit is contained in:
committed by
Kim "BKC" Carlbäcker
parent
0693fbfc00
commit
71d16f69ff
@@ -188,6 +188,14 @@ use_scratch_code = Use a scratch code
|
||||
twofa_scratch_used = You have used your scratch code. You have been redirected to the two-factor settings page so you may remove your device enrollment or generate a new scratch code.
|
||||
twofa_passcode_incorrect = Your passcode is not correct. If you misplaced your device, use your scratch code to login.
|
||||
twofa_scratch_token_incorrect = Your scratch code is not correct.
|
||||
login_userpass = User / Password
|
||||
login_openid = OpenID
|
||||
openid_connect_submit = Connect
|
||||
openid_connect_title = Connect to an existing account
|
||||
openid_connect_desc = The entered OpenID URIs is not know by the system, here you can associate it to an existing account.
|
||||
openid_register_title = Create new account
|
||||
openid_register_desc = The entered OpenID URIs is not know by the system, here you can associate it to a new account.
|
||||
openid_signin_desc = Example URIs: https://anne.me, bob.openid.org.cn, gnusocial.net/carry
|
||||
|
||||
[mail]
|
||||
activate_account = Please activate your account
|
||||
@@ -239,6 +247,7 @@ repo_name_been_taken = Repository name has already been used.
|
||||
org_name_been_taken = Organization name has already been taken.
|
||||
team_name_been_taken = Team name has already been taken.
|
||||
email_been_used = Email address has already been used.
|
||||
openid_been_used = OpenID address '%s' has already been used.
|
||||
username_password_incorrect = Username or password is not correct.
|
||||
enterred_invalid_repo_name = Please make sure that the repository name you entered is correct.
|
||||
enterred_invalid_owner_name = Please make sure that the owner name you entered is correct.
|
||||
@@ -315,6 +324,7 @@ password_change_disabled = Non-local users are not allowed to change their passw
|
||||
|
||||
emails = Email Addresses
|
||||
manage_emails = Manage email addresses
|
||||
manage_openid = Manage OpenID addresses
|
||||
email_desc = Your primary email address will be used for notifications and other operations.
|
||||
primary = Primary
|
||||
primary_email = Set as primary
|
||||
@@ -322,12 +332,19 @@ delete_email = Delete
|
||||
email_deletion = Email Deletion
|
||||
email_deletion_desc = Deleting this email address will remove all related information from your account. Do you want to continue?
|
||||
email_deletion_success = Email has been deleted successfully!
|
||||
openid_deletion = OpenID Deletion
|
||||
openid_deletion_desc = Deleting this OpenID address will prevent you from signing in using it, are you sure you want to continue ?
|
||||
openid_deletion_success = OpenID has been deleted successfully!
|
||||
add_new_email = Add new email address
|
||||
add_new_openid = Add new OpenID URI
|
||||
add_email = Add email
|
||||
add_openid = Add OpenID URI
|
||||
add_email_confirmation_sent = A new confirmation email has been sent to '%s', please check your inbox within the next %d hours to complete the confirmation process.
|
||||
add_email_success = Your new email address was successfully added.
|
||||
add_openid_success = Your new OpenID address was successfully added.
|
||||
keep_email_private = Keep Email Address Private
|
||||
keep_email_private_popup = Your email address will be hidden from other users if this option is set.
|
||||
openid_desc = Your OpenID addresses will let you delegate authentication to your provider of choice
|
||||
|
||||
manage_ssh_keys = Manage SSH Keys
|
||||
add_key = Add Key
|
||||
|
Reference in New Issue
Block a user