mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-24 03:14:17 +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:
@@ -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