account-pin-block-v2 #256
Reference in New Issue
Block a user
Delete Branch "account-pin-block-v2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature:
Blocks an account when the number of incorrect PIN attempts has exceeded the allowed attempts(3)
Resolves:
#18
WIP: account-pin-block-v2to account-pin-block-v2@@ -740,2 +747,4 @@}}} else {err := h.countIncorrectPINAttempts(ctx, sessionId)perhaps
incrementnotcount?@@ -843,0 +884,4 @@code := codeFromCtx(ctx)l := gotext.NewLocale(translationDir, code)l.AddDomain("default")res.Content = l.Get("Your account has been locked.For help on how to unblock your account,contact support at: 0757628885")Space after punctuation
@@ -55,3 +55,3 @@{"input": "1235","expectedContent": "Incorrect PIN\n1:Retry\n9:Quit""expectedContent": "Incorrect PIN.You have: 2 remaining attempt(s).\n1:Retry\n9:Quit"Space after punctuation
@@ -10,6 +10,9 @@ msgstr "Asante kwa kutumia huduma ya Sarafu. Kwaheri!"msgid "For more help, please call: 0757628885"msgstr "Kwa usaidizi zaidi, piga: 0757628885"msgid "Your account has been locked.For help on how to unblock your account, contact support at: 0757628885"Punctuation still.