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 permissions

    Edit 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
    Format

AUTHOR
    Best Practical Solutions, LLC <modules@bestpractical.com>

BUGS
    All bugs should be reported via email to

        L<bug-RT-Extension-UsernameFormat-Organization@rt.cpan.org|mailto:bug-RT-Extension-UsernameFormat-Organization@rt.cpan.org>

    or via the web at

        L<rt.cpan.org|http://rt.cpan.org/Public/Dist/Display.html?Name=RT-Extension-UsernameFormat-Organization>.

LICENSE AND COPYRIGHT
    This software is Copyright (c) 2012-2014 by Best Practical Solutions

    This is free software, licensed under:

      The GNU General Public License, Version 2, June 1991