create a PIN during registration

This commit is contained in:
2024-08-22 19:48:34 +03:00
parent 9aedc5d48f
commit f50be01b89
14 changed files with 87 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
LOAD create_account 0
RELOAD verify_pin
CATCH create_pin_mismatch 20 1
LOAD quit 0
HALT

View File

@@ -0,0 +1 @@
Enter your four number PIN again:

View File

@@ -0,0 +1,4 @@
LOAD save_pin 0
HALT
LOAD verify_pin 8
INCMP account_creation *

View File

@@ -0,0 +1 @@
Weka PIN yako tena:

View File

@@ -0,0 +1 @@
Please enter a new four number PIN for your account:

View File

@@ -0,0 +1,5 @@
LOAD create_account 0
MOUT exit 0
HALT
LOAD save_pin 0
INCMP confirm_create_pin *

View File

@@ -0,0 +1 @@
The PIN is not a match. Try again

View File

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

View File

@@ -0,0 +1 @@
PIN uliyoweka haifanani. Jaribu tena

View File

@@ -0,0 +1 @@
Tafadhali weka PIN mpya yenye nambari nne kwa akaunti yako:

View File

@@ -0,0 +1 @@
Exit

View File

@@ -0,0 +1 @@
Ondoka

View File

@@ -3,5 +3,5 @@ RELOAD select_language
MOUT yes 0
MOUT no 1
HALT
INCMP account_creation 0
INCMP create_pin 0
INCMP _ *