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.
+
+