From 548eb9b886f791d1efcb74ceaa5c28dc808faa7b Mon Sep 17 00:00:00 2001 From: Carlosokumu Date: Fri, 2 May 2025 11:15:47 +0300 Subject: [PATCH] add flag to catch invalid alias hints --- services/registration/pp.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/services/registration/pp.csv b/services/registration/pp.csv index ff26614..37ddb97 100644 --- a/services/registration/pp.csv +++ b/services/registration/pp.csv @@ -32,3 +32,4 @@ flag,flag_account_blocked,38,this is set when an account has been blocked after flag,flag_invalid_pin,39,this is set when the given PIN is invalid(is less than or more than 4 digits) flag,flag_alias_set,40,this is set when an account alias has been assigned to a user flag,flag_account_pin_reset,41,this is set on an account when an admin triggers a PIN reset for them +flag,flag_invalid_alias_hint,42,this is set when the provided alias hint fails to meet the required criteria. \ No newline at end of file