[Bps-public-commit] rt-extension-resetpassword branch, new-user-create-password, repushed

Craig Kaiser craig at bestpractical.com
Wed Feb 19 17:15:52 EST 2020


The branch new-user-create-password was deleted and repushed:
       was dc3f86d8567a4b36f3ddc3e7b639c127846eae3b
       now 6d93e79c53c310d49a1bd67bbc71ebeba64e1043

 1:  65b32fc =  1:  65b32fc Move token generation and password reset to lib method
 2:  c5262cf =  2:  c5262cf Add documentation for config options for allowing a new user to create an account and password
 3:  a35354e =  3:  a35354e Check that valid user object is passed to CreateTokenAndResetPassword
 4:  ee8b84d =  4:  ee8b84d Allow new users to create new user accounts and set password
 5:  e2e772f =  5:  e2e772f Allow for an admin to send a password reset email
 6:  255c7bd =  6:  255c7bd Add AllowUsersWithoutPassword config option
 7:  8cb1222 !  7:  6364a79 Keep the behavior between finding a user and not the same
    @@ -49,7 +49,7 @@
              }
              else {
     -            push @actions, loc("RT couldn't find a user with that email address. Give it another try?");
    -+            push @actions, loc("RT has sent you an email message with instructions about how to reset your password");
    ++            push @actions, loc("Unable to send new password email, contact your RT administrator for more assistance");
                  RT->Logger->warning("Password reset attempted for non-existent user " . $ARGS{'Email'});
              }
          }
 8:  56e9025 !  8:  ff0430b Center the password links on login page
    @@ -15,6 +15,6 @@
     -  <div id="firstpassword" style="align:left;clear:both;">
     -  <a href="<%$RT::WebPath%>/NoAuth/ResetPassword/Request.html?Title=<&|/l&>Create your password</&>"><&|/l&>New account</&></a></div>
     +  | <a href="<%$RT::WebPath%>/NoAuth/ResetPassword/Request.html?Title=<&|/l&>Create your password</&>"><&|/l&>New account</&></a>
    + % }
     +</div>
    - % }
     
 9:  dc3f86d < --:  ------- Fix curly brackets to not be inline
--:  ------- >  9:  06e213c Fix curly brackets to not be inline
--:  ------- > 10:  6d93e79 Update README with example scenarios for config options



More information about the Bps-public-commit mailing list