mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-17 07:33:57 +00:00
See ChangeLog
Monotone-Parent: c1e5870e5f5c7546c7a47515125246ca856a2f40 Monotone-Revision: 52bbcfeb1dfff49a3bb753faaefd8bf92a5ad7eb Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-03-18T12:58:39 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2010-03-18 Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
|
||||
* Replaced SOGoUIxUserCanChangePassword with
|
||||
SOGoPasswordChangeEnabled
|
||||
|
||||
* Removed unused prefs / code.
|
||||
|
||||
2010-03-15 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoUserFolder.m (-davUsersQuery): we invoke
|
||||
|
||||
@@ -43,6 +43,5 @@ typedef enum
|
||||
|
||||
// Domain defaults
|
||||
extern NSString *SOGoPasswordChangeEnabled;
|
||||
extern NSString *SOGoPasswordPolicyEnabled;
|
||||
|
||||
#endif /* _SOGOCONSTANTS_H_ */
|
||||
|
||||
@@ -24,4 +24,3 @@
|
||||
|
||||
// LDAP Password Policy Constants
|
||||
NSString* SOGoPasswordChangeEnabled = @"SOGoPasswordChangeEnabled";
|
||||
NSString* SOGoPasswordPolicyEnabled = @"SOGoPasswordPolicyEnabled";
|
||||
|
||||
@@ -46,8 +46,6 @@
|
||||
- (BOOL) sieveScriptsEnabled;
|
||||
- (BOOL) forwardEnabled;
|
||||
- (BOOL) vacationEnabled;
|
||||
- (BOOL) passwordChangeEnabled;
|
||||
- (BOOL) passwordPolicyEnabled;
|
||||
- (NSString *) mailingMechanism;
|
||||
- (NSString *) smtpServer;
|
||||
- (NSString *) mailSpoolPath;
|
||||
|
||||
@@ -171,16 +171,6 @@
|
||||
return [self boolForKey: @"SOGoVacationEnabled"];
|
||||
}
|
||||
|
||||
- (BOOL) passwordChangeEnabled
|
||||
{
|
||||
return [self boolForKey: SOGoPasswordChangeEnabled];
|
||||
}
|
||||
|
||||
- (BOOL) passwordPolicyEnabled
|
||||
{
|
||||
return [self boolForKey: SOGoPasswordPolicyEnabled];
|
||||
}
|
||||
|
||||
- (NSString *) mailingMechanism
|
||||
{
|
||||
NSString *mailingMechanism;
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
#import "SOGoStartupLogger.h"
|
||||
|
||||
#import "SOGoSystemDefaults.h"
|
||||
#import "SOGoConstants.h"
|
||||
|
||||
@implementation SOGoSystemDefaults
|
||||
|
||||
@@ -277,7 +278,7 @@ BootstrapNSUserDefaults ()
|
||||
|
||||
- (BOOL) userCanChangePassword
|
||||
{
|
||||
return [self boolForKey: @"SOGoUIxUserCanChangePassword"];
|
||||
return [self boolForKey: SOGoPasswordChangeEnabled];
|
||||
}
|
||||
|
||||
- (BOOL) uixAdditionalPreferences
|
||||
|
||||
Reference in New Issue
Block a user