Activities of "Merna"

Hello , Any Updates?!

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, 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 , I want to do customization at the Tenant Not Active page, for now I want to change the Message and the design.

  • Here is some information about my application

  • ABP Framework version: v5.1

  • UI type: MVC

  • DB provider:EF Core

Answer

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.

Answer

Hello , I did used Update action in tenant repository but still identity cant cache the new status till at least an hours passes. so is there any other action I should call to trigger this event or is there a way to remove caching for tenants manually? cause I want an instant response from identity but it doesn't work as it should be.

Question

Hello, I have an issue with my application,

  • Steps to reproduce the issue:" 1-login to a specific tenant 2-change from the administration area tenant status from active to passive 3-try to login again directly after changing the status and user can login successfully although the tenant status was modified in the database to be passive, but the application still displays active status unless at least an hour passes.

How could I fix it to have instant response when logging in ? Thanks in advance

Here is some information about my application

  • ABP Framework version: v5.1
  • UI type: MVC
  • DB provider: EF Core

Hello , I tried these configurations ,but unfortunately it doesn't work either.

Hello , I tried to enforce the culture to use en-US and date is Gregorian in arabic .

Using : <input hidden type="text" class="form-control" name="testHijriInput1" value="@DateTime.Now.AddMonths(-1).Date.ToString(new CultureInfo("en-US"))" />

so ,is there a way to be more generic to configure it once in the whole application?

hello , still hijri date appears

if (CultureInfo.CurrentUICulture.TwoLetterISOLanguageName == "ar") {

        &lt;input  hidden
               type=&quot;text&quot;
               class=&quot;form-control&quot;
               name=&quot;testHijriInput&quot;
               value=&quot;@DateTime.Now.AddMonths(-1).Date.ToString(&quot;MM/dd/yyyy&quot;)&quot; /&gt;
    }
    else
    {
        &lt;input hidden
            type=&quot;text&quot;
            class=&quot;form-control&quot;
            name=&quot;testHijriInput&quot;
            value=&quot;@DateTime.Now.AddMonths(-1).Date.ToString(CultureInfo.CurrentUICulture.DateTimeFormat.ShortDatePattern)&quot; /&gt;
         
    }
Showing 11 to 20 of 25 entries
Made with ❤️ on ABP v9.1.0-rc.1. Updated on January 17, 2025, 14:13