Giter Site home page Giter Site logo

wheldom01 / rt-extension-resetpassword Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bestpractical/rt-extension-resetpassword

0.0 1.0 0.0 125 KB

Home Page: http://search.cpan.org/dist/rt-extension-resetpassword

Perl 6 0.08% HTML 4.41% Perl 95.51%

rt-extension-resetpassword's Introduction

NAME
    RT::Extension::ResetPassword - add "forgot your password?" link to RT
    instance

DESCRIPTION
    This extension for RT adds a new "Forgot your password?" link to the
    front of your RT instance. Any user can request that RT send them a
    password reset token by email. RT will send the user a one-time URL
    which he or she can use to reset her password. This extension allows
    only users that already have passwords reset their passwords by email.
    There isn't yet an option to only allow privileged or unpriviliged users
    to reset their passwords.

RT VERSION
    Works with RT 4.0, 4.2, 4.4

INSTALLATION
    perl Makefile.PL
    make
    make install
        May need root permissions

    make initdb
        Only run this the first time you install this module.

        If you run this twice, you may end up with duplicate data in your
        database.

        If you are upgrading this module, check for upgrading instructions
        in case changes need to be made to your database.

    Edit your /opt/rt4/etc/RT_SiteConfig.pm
        If you are using RT 4.2 or greater, add this line:

            Plugin('RT::Extension::ResetPassword');

        For RT 4.0, add this line:

            Set(@Plugins, qw(RT::Extension::ResetPassword));

        or add RT::Extension::ResetPassword to your existing @Plugins line.

    Clear your mason cache
            rm -rf /opt/rt4/var/mason_data/obj

    Restart your webserver

UPGRADING
    If you are upgrading from version 0.05, you will need to run make initdb
    as documented in INSTALLATION to install the Template used by this
    Extension.

    To run on RT 4.0 or 4.2, replace this line in the template:

        { RT::Interface::Web::RequestENV('REMOTE_ADDR') }

    with this:

        { $ENV{'REMOTE_ADDR'} }

CONFIGURATION
    The contents of the email sent to users can be found in the global
    PasswordReset template (do not confuse this with the core PasswordChange
    template).

    If you want to prevent unauthorised visitors from determining what user
    accounts exist and whether they are disabled, set
    HidePasswordResetErrors to 1 in your RT configuration; then any password
    reset request will appear to the requestor to have resulted in an email
    being sent, thus not revealing the reasons for any failure. All failures
    will still be logged with an appropriate diagnostic message.

AUTHOR
    Best Practical Solutions, LLC <[email protected]>

BUGS
    All bugs should be reported via email to

        L<[email protected]|mailto:[email protected]>

    or via the web at

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

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

    This is free software, licensed under:

      The GNU General Public License, Version 2, June 1991

rt-extension-resetpassword's People

Contributors

jibsheet avatar alexmv avatar cbrandtbuffalo avatar obra avatar neilb avatar richardpoole42 avatar wheldom01 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.