fix(pwd): use the proper url for reset password mail part2

This commit is contained in:
Hivert Quentin
2026-09-08 17:29:05 +02:00
parent 382118a93b
commit a4cf153387
4 changed files with 32 additions and 4 deletions
+6
View File
@@ -724,6 +724,12 @@ 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];