From fd586d09c3f80668cb8588f4b03b3d466ffaa300 Mon Sep 17 00:00:00 2001 From: Carlosokumu Date: Mon, 2 Dec 2024 20:35:04 +0300 Subject: [PATCH] add required profile edit flags --- services/registration/pp.csv | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services/registration/pp.csv b/services/registration/pp.csv index cd6a633..6c74b95 100644 --- a/services/registration/pp.csv +++ b/services/registration/pp.csv @@ -21,3 +21,9 @@ flag,flag_admin_privilege,27,this is set when a user has admin privileges. flag,flag_unregistered_number,28,this is set when an unregistered phonenumber tries to perform an action flag,flag_no_transfers,29,this is set when a user does not have any transactions flag,flag_incorrect_statement,30,this is set when the selected statement is invalid +flag,flag_firstname_set,31,this is set when the first name of the profile is set +flag,flag_familyname_set,32,this is set when the family name of the profile is set +flag,flag_yob_set,33,this is set when the yob of the profile is set +flag,flag_gender_set,34,this is set when the gender of the profile is set +flag,flag_location_set,35,this is set when the location of the profile is set +flag,flag_offerings_set,36,this is set when the offerings of the profile is set