Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bestpractical/rt-extension-usernameformat-organization
https://github.com/bestpractical/rt-extension-usernameformat-organization
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bestpractical/rt-extension-usernameformat-organization
- Owner: bestpractical
- Created: 2012-08-01T19:31:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-03T12:30:16.000Z (about 9 years ago)
- Last Synced: 2024-11-11T14:50:12.542Z (2 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/rt-extension-usernameformat-organization
- Size: 191 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
NAME
RT-Extension-UsernameFormat-Organization - Adds a username format option
for "Name [Org, City, Country]"DESCRIPTION
Adds "Name [Organization, City, Country]" to the "Username format"
preference.Only non-empty values are shown, so if your users only have an
organization and city you'd see something like "John Smith [Best
Practical, Boston]" without any country. The same goes for Organization
and City.INSTALLATION
perl Makefile.PL
make
make install
May need root permissionsEdit your /opt/rt4/etc/RT_SiteConfig.pm
Add this line:Plugin('RT::Extension::UsernameFormat::Organization');
Restart your webserver
Navigate to Logged in as... then Settings and select the new Username
FormatAUTHOR
Best Practical Solutions, LLCBUGS
All bugs should be reported via email toL
or via the web at
L.
LICENSE AND COPYRIGHT
This software is Copyright (c) 2012-2014 by Best Practical SolutionsThis is free software, licensed under:
The GNU General Public License, Version 2, June 1991