add pin reset for others nodes

This commit is contained in:
Carlosokumu 2024-10-28 15:19:35 +03:00
parent 72d5c186dd
commit 0cc0bdf9f7
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953
11 changed files with 36 additions and 2 deletions

View File

@ -0,0 +1 @@
Please enter new PIN for: {{.retrieve_blocked_number}}

View File

@ -0,0 +1,8 @@
LOAD retrieve_blocked_number 0
MAP retrieve_blocked_number
MOUT back 0
HALT
INCMP _ 0
LOAD verify_new_pin 0
RELOAD verify_new_pin
INCMP * confirm_others_new_pin

View File

@ -0,0 +1 @@
The PIN you have entered is invalid.Please try a 4 digit number instead.

View File

@ -0,0 +1,5 @@
MOUT retry 1
MOUT quit 9
HALT
INCMP enter_others_new_pin 1
INCMP quit 9

View File

@ -0,0 +1 @@
You do not have privileges to perform this action

View File

@ -0,0 +1,5 @@
MOUT quit 9
MOUT back 0
HALT
INCMP pin_management 0
INCMP quit 9

View File

@ -0,0 +1 @@
The PIN you have entered is not a match

View File

@ -0,0 +1,5 @@
MOUT retry 1
MOUT quit 9
HALT
INCMP _ 1
INCMP quit 9

View File

@ -1,8 +1,7 @@
MOUT change_pin 1 MOUT change_pin 1
MOUT reset_pin 2 MOUT reset_pin 2
MOUT guard_pin 3
MOUT back 0 MOUT back 0
HALT HALT
INCMP _ 0 INCMP _ 0
INCMP old_pin 1 INCMP old_pin 1
INCMP enter_other_number 2

View File

@ -0,0 +1 @@
PIN reset request for {{.retrieve_blocked_number}} was successful

View File

@ -0,0 +1,7 @@
LOAD retrieve_blocked_number 0
MAP retrieve_blocked_number
MOUT back 0
MOUT quit 9
HALT
INCMP pin_management 0
INCMP quit 9