Skip to content

Commit

Permalink
feat(password): Add specials characters to POLICY_MIN_SPECIAL_SYMBOLS
Browse files Browse the repository at this point in the history
  • Loading branch information
WoodySlum committed Dec 4, 2023
1 parent cd50ee0 commit 7d66699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SoObjects/SOGo/SOGoPasswordPolicy.m
Expand Up @@ -33,7 +33,7 @@
static const NSString *POLICY_MIN_SPECIAL_SYMBOLS = @"POLICY_MIN_SPECIAL_SYMBOLS";
static const NSString *POLICY_MIN_LENGTH = @"POLICY_MIN_LENGTH";

static const NSString *SPECIAL_SYMBOL_ALLOWED = @"%$&*(){}!?\\@#.,:;+=";
static const NSString *SPECIAL_SYMBOL_ALLOWED = @"%$&*(){}!?\\@#.,:;+=\\[\\]\\|<>\\/-_";

@implementation SOGoPasswordPolicy

Expand Down

0 comments on commit 7d66699

Please sign in to comment.