add pin reset nodes
This commit is contained in:
parent
7c7150b103
commit
10c917b6da
1
services/registration/confirm_pin_change
Normal file
1
services/registration/confirm_pin_change
Normal file
@ -0,0 +1 @@
|
||||
Confirm your new PIN:
|
7
services/registration/confirm_pin_change.vis
Normal file
7
services/registration/confirm_pin_change.vis
Normal file
@ -0,0 +1,7 @@
|
||||
LOAD verify_pin 0
|
||||
MOUT back 0
|
||||
HALT
|
||||
RELOAD verify_pin
|
||||
CATCH create_pin_mismatch flag_pin_mismatch 1
|
||||
MOVE pin_reset_success
|
||||
INCMP _ 0
|
1
services/registration/invalid_pin
Normal file
1
services/registration/invalid_pin
Normal file
@ -0,0 +1 @@
|
||||
The PIN you entered is invalid.The PIN must be different from your current PIN.For help call +254757628885
|
4
services/registration/invalid_pin.vis
Normal file
4
services/registration/invalid_pin.vis
Normal file
@ -0,0 +1,4 @@
|
||||
MOUT back 0
|
||||
HALT
|
||||
INCMP _ 0
|
||||
|
@ -1,3 +1,7 @@
|
||||
LOAD save_temporary_pin 0
|
||||
MOUT back 0
|
||||
HALT
|
||||
RELOAD save_temporary_pin
|
||||
CATCH invalid_pin flag_incorrect_pin 1
|
||||
INCMP _ 0
|
||||
MOVE confirm_pin_change
|
||||
|
1
services/registration/pin_reset_success
Normal file
1
services/registration/pin_reset_success
Normal file
@ -0,0 +1 @@
|
||||
Your PIN change request has been successful
|
6
services/registration/pin_reset_success.vis
Normal file
6
services/registration/pin_reset_success.vis
Normal file
@ -0,0 +1,6 @@
|
||||
LOAD confirm_pin_change 0
|
||||
MOUT back 0
|
||||
MOUT quit 9
|
||||
HALT
|
||||
INCMP _ 0
|
||||
INCMP quit 9
|
Loading…
Reference in New Issue
Block a user