Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bestpractical/rt-extension-manageautocreatedusers
https://github.com/bestpractical/rt-extension-manageautocreatedusers
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bestpractical/rt-extension-manageautocreatedusers
- Owner: bestpractical
- Created: 2014-05-07T11:16:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-09T06:18:23.000Z (over 9 years ago)
- Last Synced: 2023-08-20T23:01:11.569Z (over 1 year ago)
- Language: Perl
- Homepage: http://metacpan.org/release/rt-extension-manageautocreatedusers
- Size: 306 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
RT-Extension-ManageAutoCreatedUsers - Manage auto-created usersDESCRIPTION
This extension provides a tool to easy the management of auto-created
users.For each auto-created user, the tool shows tickets that they are a
watcher of, and offer the choice of:No action
Shred, replacing with an alternate user
Shred entirely
Merge with an alternate user
Mark as validThe tool attempts to supply a suggested user to merge into based on a
simple heuristic which assumes the correct email address from the
RTxAutoUserMailDomain config option. If any of the options are selected,
the user will not appear in the listing again.RT VERSION
Works with RT 4.2INSTALLATION
perl Makefile.PL
make
make install
May need root permissionsEdit your /opt/rt4/etc/RT_SiteConfig.pm
Add this line:Set(@Plugins, qw(RT::Extension::ManageAutoCreatedUsers));
or add RT::Extension::ManageAutoCreatedUsers to your existing
@Plugins line.Clear your mason cache
rm -rf /opt/rt4/var/mason_data/objRestart your webserver
AUTHOR
Best Practical Solutions, LLCBUGS
All bugs should be reported via email to
[email protected]
or via the
web at rt.cpan.org
.LICENSE AND COPYRIGHT
Copyright Best Practical Solutions, LLC.This is free software, licensed under:
The GNU General Public License, Version 2, June 1991