Hi Team, we are currently using ABP 4.2.2. we are about to go live and then relalize that there are latest version available and we want to make sure that we are in latest version before going live. Please help us on following points:
We are building our product based on ABP and currently having business license. Do you have any ticket management system available (like this one)? if yes how we can get access. if no, what is the other alternate.
Hi Team, Please share the step by step guide to configure "Google Authentication provider"
Hi Team, Identity server --> On switch tenant --> search we have to call our custom api. How i can extend the functionality.
How i can check if tenant allow new user registration. i am using below code but it always retuns true.
bool EnableLocalLogin = await SettingProvider.IsTrueAsync(AccountSettingNames.EnableLocalLogin); bool IsSelfRegistrationEnabled = await SettingProvider.IsTrueAsync(AccountSettingNames.IsSelfRegistrationEnabled);