menu-options-help #53

Closed
carlos wants to merge 36 commits from menu-options-help into master
6 changed files with 0 additions and 25 deletions
Showing only changes of commit bbdffafe67 - Show all commits

View File

@ -1 +0,0 @@
Enter a new four number pin

View File

@ -1,7 +0,0 @@
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

View File

@ -1 +0,0 @@
Enter your old PIN

View File

@ -1,9 +0,0 @@
LOAD authorize_account 6
MOUT back 0
HALT
RELOAD authorize_account
CATCH incorrect_pin flag_incorrect_pin 1
MOVE new_pin
INCMP _ 0

View File

@ -1 +0,0 @@
Your PIN change request has been successful

View File

@ -1,6 +0,0 @@
LOAD confirm_pin_change 0
MOUT back 0
MOUT quit 9
HALT
INCMP _ 0
INCMP quit 9