mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
feat(preferences): password constraints for SQL sources
Initial implementation of some password policy support for SQL sources.
This commit is contained in:
@@ -405,6 +405,11 @@ groupObjectClasses: (NSArray *) newGroupObjectClasses
|
||||
return _searchFields;
|
||||
}
|
||||
|
||||
- (NSArray *) userPasswordPolicy
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (void) setContactMapping: (NSDictionary *) theMapping
|
||||
andObjectClasses: (NSArray *) theObjectClasses
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user