docs: update username schema

This commit is contained in:
Bereket Engida
2025-03-02 00:22:49 +03:00
parent 47c38dacb2
commit 663ee7ca04

View File

@@ -108,6 +108,12 @@ The plugin requires 1 field to be added to the user table:
description: "The username of the user",
isUnique: true
},
{
name: "displayUsername",
type: "string",
description: "Non normalized username of the user",
isUnique: true
},
]}
/>