Alfred Kamanda Alfred-mk
  • Nairobi, Kenya
  • Joined on 2024-08-12
Alfred-mk pushed to self-pin-reset-node at grassrootseconomics/sarafu-vise 2025-04-09 22:43:48 +02:00
c9170ca45a Merge branch 'master' into self-pin-reset-node
a11ca2a618 reset the flag_language_set and flag_account_created flags if the publicKey does not exist on the db
4268cc0589 build: logdebug mode
ae0672c7da updated the vise version to pop the cache on a new session
c3567313af Merge pull request 'manage vouchers in single function' (#42) from manage-vouchers-in-single-function into master
Compare 11 commits »
Alfred-mk pushed to self-pin-reset-node at grassrootseconomics/sarafu-vise 2025-04-09 22:40:30 +02:00
57a1645c03 remove the verify_new_pin functionality that managed the unused flag_valid_pin
Alfred-mk pushed to self-pin-reset-node at grassrootseconomics/sarafu-vise 2025-04-09 18:29:52 +02:00
7d9c3b66a9 remove unused function reset_valid_pin
Alfred-mk pushed to self-pin-reset-node at grassrootseconomics/sarafu-vise 2025-04-09 18:23:53 +02:00
aec1f4c4c1 use a single confirm_pin_change node
d680387ef1 use the same check for flag_invalid_pin to move to the invalid_pin node
Compare 2 commits »
Alfred-mk pushed to self-pin-reset-node at grassrootseconomics/sarafu-vise 2025-04-09 17:18:04 +02:00
0337c66f96 cleanup: remove extra space in all .vis files
Alfred-mk pushed to self-pin-reset-node at grassrootseconomics/sarafu-vise 2025-04-09 17:14:17 +02:00
6070792fe4 cleanup: remove extra space
Alfred-mk pushed to self-pin-reset-node at grassrootseconomics/sarafu-vise 2025-04-09 17:10:57 +02:00
69ae494b2c update the order for the INCMP statement
Alfred-mk pushed to self-pin-reset-node at grassrootseconomics/sarafu-vise 2025-04-09 17:06:34 +02:00
b89abf3487 update the reset flags in TestCheckBlockedStatus
4ef8c47f8b update the reset flags in TestConfirmPinChange
Compare 2 commits »
Alfred-mk pushed to self-pin-reset-node at grassrootseconomics/sarafu-vise 2025-04-09 16:57:58 +02:00
1076a9578e use the correct flag_invalid_pin in TestSaveTemporaryPin
Alfred-mk pushed to self-pin-reset-node at grassrootseconomics/sarafu-vise 2025-04-09 16:53:11 +02:00
a27d44e561 updated the expected content for the alias in view profile
35a2732fe2 updated the menu flow for the admin reset others PIN in test
Compare 2 commits »
Alfred-mk pushed to self-pin-reset-node at grassrootseconomics/sarafu-vise 2025-04-09 16:39:52 +02:00
834f2ce629 remove code related to admins resetting a user's actual PIN
26353bdf6e add a space
Compare 2 commits »
Alfred-mk pushed to self-pin-reset-node at grassrootseconomics/sarafu-vise 2025-04-09 15:59:59 +02:00
1f6bf2bbed updated the flags set and reset in SaveTemporaryPin and VerifyCreatePin
0c1d9ab582 updated the description of the flag_incorrect_pin
Compare 2 commits »
Alfred-mk pushed to self-pin-reset-node at grassrootseconomics/sarafu-vise 2025-04-09 15:57:38 +02:00
29d94bb2e5 have the catch for create_pin above to catch accounts that do not have a PIN before the status on chain is checked
Alfred-mk pushed to self-pin-reset-node at grassrootseconomics/sarafu-vise 2025-04-09 15:55:57 +02:00
067c496244 use a single pin_mismatch node for a confirmed PIN that does not match the original PIN
f8c258a3b4 allow the user to quit and move to invalid_pin node if the given input is invalid
Compare 2 commits »
Alfred-mk pushed to self-pin-reset-node at grassrootseconomics/sarafu-vise 2025-04-09 14:19:57 +02:00
aec96ce9ba move to the top node when one selects back
Alfred-mk pushed to self-pin-reset-node at grassrootseconomics/sarafu-vise 2025-04-09 14:12:58 +02:00
71ef950fff use the confirm_self_pin_reset to confirm the new PIN
Alfred-mk pushed to self-pin-reset-node at grassrootseconomics/sarafu-vise 2025-04-09 14:11:56 +02:00
477f3a307a use the self_reset_pin node to reset PINs for accounts with a flag_account_pin_reset
Alfred-mk pushed to self-pin-reset-node at grassrootseconomics/sarafu-vise 2025-04-09 14:10:29 +02:00
33c376c971 set the DATA_SELF_PIN_RESET as 0 and reset the flag_account_pin_reset
514f6ae05b move back to the previous node if the admin user is not authorized
8a6659a98b request the admin to authorize the PIN reset
d094af9c51 move to the authorize_reset_others_pin if the given number is valid and registered
Compare 4 commits »
Alfred-mk pushed to self-pin-reset-node at grassrootseconomics/sarafu-vise 2025-04-08 15:23:53 +02:00
f96f9c11e6 updated the ResetOthersPin and ValidateBlockedNumber for the updated reset other's PIN functionality
Alfred-mk commented on issue grassrootseconomics/sarafu-vise#53 2025-04-04 11:57:26 +02:00
First time profile edit croaks when invalid year is entered then valid

The error:

invalid input: '1234'
Something went wrong.Please try again

comes about as the node expects either 1 or 9 as the input.

Input 1 should take you to the previous node…