Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Brandt <jbrandt@bestpractical.com>2022-06-16 16:24:47 +0300
committerJim Brandt <jbrandt@bestpractical.com>2022-06-16 16:24:47 +0300
commitdd9c193d505f5ba4c7b3d758de5acc8cdeee854f (patch)
tree92f8028fbad0d4d07e5becf223aaca321daf56f0
parentd9fe500386c8f402645544ffb32170e72c154b89 (diff)
Document default Name setting in RT::User
-rw-r--r--lib/RT/User.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/RT/User.pm b/lib/RT/User.pm
index 753ab99327..928f89006d 100644
--- a/lib/RT/User.pm
+++ b/lib/RT/User.pm
@@ -118,6 +118,8 @@ custom field.
EmailAddress => 'mycroft@example.com',
UserCF.Relationship => 'Brother' );
+If no Name is passed, it is set to the same value as EmailAddress.
+
=cut