Implemented password enforce and recommendation system

This commit is contained in:
michael starke
2014-08-26 18:59:26 +02:00
parent f322c44fdf
commit d16df3ff02
6 changed files with 99 additions and 25 deletions

View File

@@ -161,6 +161,9 @@ typedef NS_OPTIONS(NSUInteger, MPEntrySearchFlags) {
- (NSArray *)allEntries;
- (NSArray *)allGroups;
- (BOOL)shouldRecommendPasswordChange;
- (BOOL)shouldEnforcePasswordChange;
/**
* Determines, whether the given item is inside the trash.
* The trash group itself is not considered as trashed.