Compare commits

...

2 Commits

Author SHA1 Message Date
1e832727fc
add invalid alias hint node 2025-05-02 12:37:22 +03:00
548eb9b886
add flag to catch invalid alias hints 2025-05-02 11:15:47 +03:00
4 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1 @@
The alias hint is invalid. It should only contain letters, with no numbers or special characters.

View File

@ -0,0 +1,5 @@
MOUT retry 1
MOUT quit 9
HALT
INCMP _ 1
INCMP quit 9

View File

@ -0,0 +1 @@
Kichocheo cha alias si halali. Ni herufi pekee zinazoruhusiwa, hakuna namba au alama.

View File

@ -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.
1 flag flag_language_set 8 checks whether the user has set their prefered language
32 flag flag_invalid_pin 39 this is set when the given PIN is invalid(is less than or more than 4 digits)
33 flag flag_alias_set 40 this is set when an account alias has been assigned to a user
34 flag flag_account_pin_reset 41 this is set on an account when an admin triggers a PIN reset for them
35 flag flag_invalid_alias_hint 42 this is set when the provided alias hint fails to meet the required criteria.