mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-29 18:12:44 +00:00
merge of '0b4f4888f8c4911de2f9cab76cdd5c442df13689'
and 'f3e126a601c0f8c108b12798b89b865a4a61cdb1' Monotone-Parent: 0b4f4888f8c4911de2f9cab76cdd5c442df13689 Monotone-Parent: f3e126a601c0f8c108b12798b89b865a4a61cdb1 Monotone-Revision: 4f0bf8feeb9303c272c290edf3a27a53d5f0e7f6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-10-23T12:55:05 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2009-10-22 Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoUserManager.m
|
||||
Modified so that we throw a warning when there are
|
||||
no authentication sources defined.
|
||||
|
||||
* Updated all guides in preparation for the release.
|
||||
|
||||
2009-10-21 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/Appointments/SOGoAppointmentFolder.m
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -173,6 +173,10 @@ static NSLock *lock = nil;
|
||||
for (count = 0; count < max; count++)
|
||||
[self _registerSource: [sources objectAtIndex: count]];
|
||||
}
|
||||
else
|
||||
{
|
||||
[self errorWithFormat: @"No authentication sources defined - nobody will be able to login. Check your defaults."];
|
||||
}
|
||||
}
|
||||
|
||||
- (id) init
|
||||
|
||||
Reference in New Issue
Block a user