add suggestions
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -38,6 +38,7 @@ var (
|
|||||||
|
|
||||||
suggestions = map[string]string{
|
suggestions = map[string]string{
|
||||||
"user": "username",
|
"user": "username",
|
||||||
|
"pseudo": "username",
|
||||||
"login": "username",
|
"login": "username",
|
||||||
"description": "bio",
|
"description": "bio",
|
||||||
"sex": "gender",
|
"sex": "gender",
|
||||||
@@ -64,10 +65,12 @@ var (
|
|||||||
"hashedpassword": "password_hash",
|
"hashedpassword": "password_hash",
|
||||||
"hashpassword": "password_hash",
|
"hashpassword": "password_hash",
|
||||||
"passwordhashed": "password_hash",
|
"passwordhashed": "password_hash",
|
||||||
|
"passwd": "password",
|
||||||
"birthdate": "birth_date",
|
"birthdate": "birth_date",
|
||||||
"dob": "birth_date",
|
"dob": "birth_date",
|
||||||
"dateofbirth": "birth_date",
|
"dateofbirth": "birth_date",
|
||||||
"datenaissance": "birth_date",
|
"datenaissance": "birth_date",
|
||||||
|
"birthday": "birth_date",
|
||||||
"datecreation": "creation_date",
|
"datecreation": "creation_date",
|
||||||
"datedecreation": "creation_date",
|
"datedecreation": "creation_date",
|
||||||
"createdat": "creation_date",
|
"createdat": "creation_date",
|
||||||
|
|||||||
Reference in New Issue
Block a user