enforced password changes are only possible after unlock, not before save anymore. Support for one-time forced changes added.

This commit is contained in:
michael starke
2017-10-13 16:43:51 +02:00
parent 0712fccbb1
commit f066038476
9 changed files with 107 additions and 65 deletions

View File

@@ -146,8 +146,8 @@ FOUNDATION_EXPORT NSString *const MPDocumentGroupKey;
- (NSArray *)allEntries;
- (NSArray *)allGroups;
- (BOOL)shouldRecommendPasswordChange;
- (BOOL)shouldEnforcePasswordChange;
- (BOOL)shouldRecommendPasswordChange;
- (void)writeXMLToURL:(NSURL *)url;
- (void)readXMLfromURL:(NSURL *)url;