feat(preferences): password constraints for SQL sources

Initial implementation of some password policy support for SQL sources.
This commit is contained in:
Francis Lachapelle
2022-06-06 16:39:26 -04:00
parent 03cdc4f3b1
commit 2ef849ca65
7 changed files with 99 additions and 4 deletions
+1
View File
@@ -40,6 +40,7 @@
- (NSString *) domain;
- (NSArray *) searchFields;
- (NSArray *) userPasswordPolicy;
- (id) connection;
- (void) releaseConnection: (id) connection;