Compare commits
No commits in common. "0cc0bdf9f71836301879eb068f22c96382f0bf96" and "2dee47404d8d09d05ede7dd22f8e03a5bbf32040" have entirely different histories.
0cc0bdf9f7
...
2dee47404d
@ -1 +0,0 @@
|
||||
Please enter new PIN for: {{.retrieve_blocked_number}}
|
@ -1,8 +0,0 @@
|
||||
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
|
@ -1 +0,0 @@
|
||||
The PIN you have entered is invalid.Please try a 4 digit number instead.
|
@ -1,5 +0,0 @@
|
||||
MOUT retry 1
|
||||
MOUT quit 9
|
||||
HALT
|
||||
INCMP enter_others_new_pin 1
|
||||
INCMP quit 9
|
@ -1 +0,0 @@
|
||||
You do not have privileges to perform this action
|
@ -1,5 +0,0 @@
|
||||
MOUT quit 9
|
||||
MOUT back 0
|
||||
HALT
|
||||
INCMP pin_management 0
|
||||
INCMP quit 9
|
@ -1 +0,0 @@
|
||||
The PIN you have entered is not a match
|
@ -1,5 +0,0 @@
|
||||
MOUT retry 1
|
||||
MOUT quit 9
|
||||
HALT
|
||||
INCMP _ 1
|
||||
INCMP quit 9
|
@ -1,7 +1,8 @@
|
||||
MOUT change_pin 1
|
||||
MOUT reset_pin 2
|
||||
MOUT guard_pin 3
|
||||
MOUT back 0
|
||||
HALT
|
||||
INCMP _ 0
|
||||
INCMP old_pin 1
|
||||
INCMP enter_other_number 2
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
PIN reset request for {{.retrieve_blocked_number}} was successful
|
@ -1,7 +0,0 @@
|
||||
LOAD retrieve_blocked_number 0
|
||||
MAP retrieve_blocked_number
|
||||
MOUT back 0
|
||||
MOUT quit 9
|
||||
HALT
|
||||
INCMP pin_management 0
|
||||
INCMP quit 9
|
@ -17,5 +17,3 @@ flag,flag_incorrect_date_format,23,this is set when the given year of birth is i
|
||||
flag,flag_incorrect_voucher,24,this is set when the selected voucher is invalid
|
||||
flag,flag_api_call_error,25,this is set when communication to an external service fails
|
||||
flag,flag_no_active_voucher,26,this is set when a user does not have an active voucher
|
||||
flag,flag_admin_privilege,27,this is set when a user has admin privileges.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user