[freeside-commits] branch master updated. b2e421f4fb030dd9e1b0321e3ece93021804158a

Mark Wells mark at 420.am
Wed Mar 23 13:37:23 PDT 2016


The branch, master has been updated
       via  b2e421f4fb030dd9e1b0321e3ece93021804158a (commit)
      from  b57faabe2aab0d5272101c16385ddb252efa697d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b2e421f4fb030dd9e1b0321e3ece93021804158a
Author: Mark Wells <mark at freeside.biz>
Date:   Wed Mar 23 13:37:12 2016 -0700

    remove parens from that list, #40792

diff --git a/FS/FS/Password_Mixin.pm b/FS/FS/Password_Mixin.pm
index 27da57f..23e1887 100644
--- a/FS/FS/Password_Mixin.pm
+++ b/FS/FS/Password_Mixin.pm
@@ -270,7 +270,7 @@ sub pw_set {
   # ASCII alphabet, minus easily confused stuff (l, o, O, 0, 1)
   # and plus some "safe" punctuation
   split('',
-    'abcdefghijkmnpqrstuvwxyzABCDEFGHIJKLMNPQRSTUVWXYZ23456789()#.,[]-_=+'
+    'abcdefghijkmnpqrstuvwxyzABCDEFGHIJKLMNPQRSTUVWXYZ23456789#.,[]-_=+'
   );
 
 }

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Password_Mixin.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list