mirror of
https://github.com/bitwarden/web
synced 2026-01-09 03:53:28 +00:00
[Reset Password] Enrollment actions (#900)
* [Reset Password] Enrollment actions * Update jslib (0951424 -> f4f00b1) * Added status icon
This commit is contained in:
@@ -3833,5 +3833,38 @@
|
||||
},
|
||||
"hintEqualsPassword": {
|
||||
"message": "Your password hint cannot be the same as your password."
|
||||
},
|
||||
"enrollPasswordReset": {
|
||||
"message": "Enroll in Password Reset"
|
||||
},
|
||||
"enrolledPasswordReset": {
|
||||
"message": "Enrolled in Password Reset"
|
||||
},
|
||||
"withdrawPasswordReset": {
|
||||
"message": "Withdraw from Password Reset"
|
||||
},
|
||||
"enrollPasswordResetSuccess": {
|
||||
"message": "Enrollment success!"
|
||||
},
|
||||
"withdrawPasswordResetSuccess": {
|
||||
"message": "Withdrawal success!"
|
||||
},
|
||||
"eventEnrollPasswordReset": {
|
||||
"message": "User $ID$ enrolled in password reset assistance.",
|
||||
"placeholders": {
|
||||
"id": {
|
||||
"content": "$1",
|
||||
"example": "John Smith"
|
||||
}
|
||||
}
|
||||
},
|
||||
"eventWithdrawPasswordReset": {
|
||||
"message": "User $ID$ withdrew from password reset assistance.",
|
||||
"placeholders": {
|
||||
"id": {
|
||||
"content": "$1",
|
||||
"example": "John Smith"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user