[freeside-commits] branch FREESIDE_4_BRANCH updated. 1e5fd09bc50a0aa7d5e926f44243cb00a153f687
Mark Wells
mark at 420.am
Wed Mar 23 13:37:23 PDT 2016
The branch, FREESIDE_4_BRANCH has been updated
via 1e5fd09bc50a0aa7d5e926f44243cb00a153f687 (commit)
from b744896ab5fbab5d9af3f17836615f428d2d8cc2 (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 1e5fd09bc50a0aa7d5e926f44243cb00a153f687
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