[Bps-public-commit] rt-extension-resetpassword branch, master, updated. 1.10-3-gd161837
? sunnavy
sunnavy at bestpractical.com
Thu Apr 22 16:18:42 EDT 2021
The branch, master has been updated
via d161837c3acdefa70bf36c4d7bc2239b0c2ba00a (commit)
from a6ed91367662b6afde810d3154fac73954287047 (commit)
Summary of changes:
Changes | 3 +++
MANIFEST | 3 +++
META.yml | 2 +-
lib/RT/Extension/ResetPassword.pm | 2 +-
4 files changed, 8 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit d161837c3acdefa70bf36c4d7bc2239b0c2ba00a
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Apr 23 04:15:09 2021 +0800
Prep 1.11 release
diff --git a/Changes b/Changes
index c20acb4..7607204 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for Perl module RT::Extension::ResetPassword
+1.11 2021-04-22
+ - Add an option to show all users with a password set
+
1.10 2021-03-02
- Provide a way to delete a user's password
- Display password status on the user admin page
diff --git a/MANIFEST b/MANIFEST
index bdcb1a7..71bf8c2 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,5 +1,7 @@
Changes
etc/initialdata
+html/Callbacks/RT-Extension-ResetPassword/Admin/Users/index.html/Initial
+html/Callbacks/RT-Extension-ResetPassword/Admin/Users/index.html/InUsersAdminForm
html/Callbacks/RT-Extension-ResetPassword/Admin/Users/Modify.html/BeforeCreate
html/Callbacks/RT-Extension-ResetPassword/Admin/Users/Modify.html/BeforeUpdate
html/Callbacks/RT-Extension-ResetPassword/Elements/Login/Default
@@ -23,5 +25,6 @@ lib/RT/Extension/ResetPassword.pm
Makefile.PL
MANIFEST This list of files
META.yml
+patches/user-admin-callbacks.patch
README
static/css/resetpassword.css
diff --git a/META.yml b/META.yml
index e31fceb..50f7555 100644
--- a/META.yml
+++ b/META.yml
@@ -24,6 +24,6 @@ requires:
perl: 5.8.3
resources:
license: http://opensource.org/licenses/gpl-license.php
-version: '1.10'
+version: '1.11'
x_module_install_rtx_version: '0.42'
x_requires_rt: 4.0.0
diff --git a/lib/RT/Extension/ResetPassword.pm b/lib/RT/Extension/ResetPassword.pm
index 6c03e05..c7a56c5 100644
--- a/lib/RT/Extension/ResetPassword.pm
+++ b/lib/RT/Extension/ResetPassword.pm
@@ -5,7 +5,7 @@ use warnings;
use Digest::SHA qw(sha256_hex);
-our $VERSION = '1.10';
+our $VERSION = '1.11';
RT->AddStyleSheets("resetpassword.css");
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list