From aa6ed3911fe3c605198e6d968f7de3c0bb5fe6af Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 11 May 2025 20:00:02 +0200 Subject: [PATCH] Docs for the new methods. --- modules/users/doc_classes/User.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/modules/users/doc_classes/User.xml b/modules/users/doc_classes/User.xml index 7831c654f..b6ce6ed81 100644 --- a/modules/users/doc_classes/User.xml +++ b/modules/users/doc_classes/User.xml @@ -105,6 +105,12 @@ Uses [method from_dict] internally. + + + + Returns a cached internal simplified version of the email. Use it as keys, and lookups. + + @@ -131,6 +137,12 @@ Returns the owner [UserManager]. (The one that this User was created by.) + + + + Returns a cached internal simplified version of the user_name. Use it as keys, and lookups. + + @@ -181,6 +193,14 @@ Only use this in [method UserManager._create_user] or if you know what you are doing. + + + + + Turns a [String] into an internal simplified lowercase format. + [method get_email_internal] and [method get_user_name_internal] uses the output from this. + +