Hello maliming, I've separated applications in my project ,so I've tried distributed cache and it works fine for me . please let know if you've a better idea about it.
Hello, I've separated applications in my project ,
Steps to reproduce the issue: 1-Create a user and login with his account 2-change from the administration area his status (deactivate or lock out this account ) ,but this user still can browse within his context and can do any request
How could I fix it to have instant response and stop this user immediately? Thanks in advance
Here is some information about my application
ABP Framework version: v5.1
UI type: MVC
DB provider: EF Core
Hello , sorry for late response. I have created a new project using abp version 5.1 and create a small demo for this issue , https://jawda-my.sharepoint.com/:v:/g/personal/merna_jawda_net/EZrt105-FLpAhhg5rNKxW8gBgy0H1-oKd4RlVX9OfhImzQ?e=KFxQTK
so my problem here is very simple : I want to prevent the created user with username (merna2) from requesting any page(log him out) once the admin deactivate or delete the account. so is there anyway to apply it.
Hello , Any Updates?!
Hello, I have a new business requirement , So I need to add in extra properties in CMS Module in pages table Is there a way to customize it by using ModuleExtentionConfiguration (like I can customize Identity). In this way I am able to define the extra properties and framework will take care of adding them to the APIs and UI as well.
Here is some information about my application
ABP Framework version: v5.1
UI type: MVC
DB provider: EF Core
Hello , Yes, I know I can use extra properties. But my question. Is there a way to customize it by using ModuleExtentionConfiguration (like I can customize SaaS module entities Tenant and Edition). In this way I'll be able to define the extra properties and framework will take care of adding them to the APIs and UI as well.
But for Cms module I can't find .Configuration or similar extension. There is generic .ConfigureModule extension but it requires
the type ModuleExtensionConfiguration for the action.
for example :

Hello ,
I have a custom validation on creating User so I Used IUserValidator<IdentityUser> but I get message not localized correctly although it exists in my localization files
with key :"Volo.Abp.Identity:PhoneNumberStartsWithZero"
Here is the validate function

Hello ,
Here is the steps:
1- Add the custom validator in domain layer and its configurations
2- try to add new user from from administration (his phone number start with 0), but instead of getting phone number... msg ,it gets me "identity.Default" 
here is the sample of a validation action called in validateAsync==>

Hello,
I'm using Auto-Complete Select in my application, but i need to add one more option to it in js that not included in the response of an api.
**This all option that i need to add it in js **
Is there is a way to do it??
