mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 06:03:20 +00:00
fix(i18n): new localized strings for SQL-based password policies
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#ifndef SOGO_PASSWORD_POLICY_H
|
||||
#define SOGO_PASSWORD_POLICY_H
|
||||
|
||||
#import <Foundation/NSObject.h>
|
||||
|
||||
@interface SOGoPasswordPolicy : NSObject
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
+ (NSArray *) policies;
|
||||
+ (NSArray *) regexPoliciesWithCount:(NSNumber *) count;
|
||||
+ (NSArray *) createPasswordPolicyRegex: (NSArray *) userPasswordPolicy;
|
||||
+ (NSArray *) createPasswordPolicyLabels: (NSArray *) userPasswordPolicy
|
||||
withTranslations: (NSDictionary *) translations;
|
||||
|
||||
@end
|
||||
|
||||
#endif /* SOGO_PASSWORD_POLICY_H */
|
||||
Reference in New Issue
Block a user