Plain password reset for a user
This commit is contained in:
@@ -168,7 +168,7 @@
|
||||
"inactiveTooltip": "User is inactive",
|
||||
"externalLdapTooltip": "From external LDAP directory",
|
||||
"notActivatedYetTooltip": "User is not activated yet",
|
||||
"resetPasswordTooltip": "Reset password, disable 2FA or send invite link",
|
||||
"resetPasswordTooltip": "Reset password",
|
||||
"editUserTooltip": "Edit User",
|
||||
"removeUserTooltip": "Remove User",
|
||||
"transferOwnershipTooltip": "Transfer Ownership"
|
||||
@@ -273,14 +273,14 @@
|
||||
"deleteAction": "Delete"
|
||||
},
|
||||
"passwordResetDialog": {
|
||||
"title": "Password/2FA reset for {{ username }}",
|
||||
"description": "Use the link below to reset {{ username }}'s password or re-invite:",
|
||||
"title": "Reset password for {{ username }}",
|
||||
"description": "The following password reset link was sent to {{ email }}:",
|
||||
"sendEmailLinkAction": "Email link to user",
|
||||
"emailSent": "Sent",
|
||||
"no2FASetup": "This user has not set up 2FA.",
|
||||
"2FAIsSetup": "Use this to disable user's 2FA. The user can set it up again from the Profile view.",
|
||||
"newLinkAction": "Generate new link",
|
||||
"resetLinkExplanation": "Use this to generate a password reset or invitation link. The new link will invalidate any old link immediately.",
|
||||
"newLinkAction": "Reset password now",
|
||||
"resetLinkExplanation": "Use this to generate a new password reset link. The new link will also be sent to the user's fallback email address.",
|
||||
"reset2FAAction": "Reset 2FA"
|
||||
},
|
||||
"externalLdapDialog": {
|
||||
|
||||
Reference in New Issue
Block a user