mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-11 16:38:02 +00:00
fix(pwd): use the proper url for reset password mail part3
This commit is contained in:
@@ -724,12 +724,6 @@ NSComparisonResult languageSort(id el1, id el2, void *context)
|
||||
return [self stringForKey: @"SOGoLoginSuffix"];
|
||||
}
|
||||
|
||||
- (NSArray *) baseURLs
|
||||
{
|
||||
return [self stringArrayForKey: @"SOGoBaseUrls"];
|
||||
}
|
||||
|
||||
|
||||
- (NSString *) authenticationType
|
||||
{
|
||||
return [[self stringForKey: @"SOGoAuthenticationType"] lowercaseString];
|
||||
@@ -1088,6 +1082,11 @@ NSComparisonResult languageSort(id el1, id el2, void *context)
|
||||
return [self boolForKey: @"SOGoPasswordRecoveryEnabled"];
|
||||
}
|
||||
|
||||
- (NSArray *) passwordRecoveryBaseURLs
|
||||
{
|
||||
return [self stringArrayForKey: @"SOGoPasswordRecoveryBaseURLs"];
|
||||
}
|
||||
|
||||
- (NSArray *) passwordRecoveryDomains
|
||||
{
|
||||
static NSArray *passwordRecoveryDomains = nil;
|
||||
|
||||
Reference in New Issue
Block a user