revert: feat add url for creating account on login page

This commit is contained in:
Hivert Quentin
2025-03-13 15:47:16 +01:00
parent 8904350b71
commit a1f2670485
8 changed files with 23 additions and 61 deletions
-14
View File
@@ -1452,18 +1452,4 @@ static const NSString *kJwtKey = @"jwt";
return [[SOGoAdmin sharedInstance] getMotd] && [[[SOGoAdmin sharedInstance] getMotd] length] > 1;
}
- (BOOL) hasUrlCreateAccount
{
NSString *url;
url = [[SOGoSystemDefaults sharedSystemDefaults] urlCreateAccount];
return (url != nil && [url length] > 0);
}
- (NSString *) urlCreateAccount
{
return [[SOGoSystemDefaults sharedSystemDefaults]
urlCreateAccount];
}
@end /* SOGoRootPage */