ussd/services/registration/edit_profile.vis

22 lines
444 B
Plaintext
Raw Permalink Normal View History

2024-08-30 10:15:08 +02:00
LOAD reset_account_authorized 16
2024-10-17 11:36:02 +02:00
RELOAD reset_account_authorized
2024-08-30 10:15:08 +02:00
LOAD reset_allow_update 0
RELOAD reset_allow_update
MOUT edit_first_name 1
MOUT edit_family_name 2
2024-09-23 19:09:37 +02:00
MOUT edit_gender 3
MOUT edit_yob 4
MOUT edit_location 5
MOUT edit_offerings 6
MOUT view 7
2024-08-20 15:51:15 +02:00
MOUT back 0
HALT
2024-09-23 19:09:37 +02:00
INCMP my_account 0
INCMP edit_first_name 1
INCMP edit_family_name 2
2024-09-23 19:09:37 +02:00
INCMP select_gender 3
INCMP edit_yob 4
INCMP edit_location 5
INCMP edit_offerings 6
2024-09-23 19:09:37 +02:00
INCMP view_profile 7