Aktivity „hardip“

In the project we do not use the RabbitMQ server, it is added by default by ABP.

After removing "AbpEventBusRabbitMqModule" from two modules the error is resolved.

Questions :

  1. Since our project does not use "AbpEventBusRabbitMqModule" but does it being used in any abp feature causing it to break the any feature?
  2. Right now checking the IdentityUser Custom field value to allow login and then changing it's value, and then at the logout from blazor and account side changing it's value. So Do I need to make any more changes to implement this one device login feature?
  3. How to change the value of the custom field when token is invalidated?
  4. If I want to restrict user to login from one browser in single device, if they change the device then they can login. How to implement this feature?

Hi,

Just using the

[DependsOn( typeof(AbpEventBusRabbitMqModule), )]

in the Modules only. Not any server or anything like it.

Tested in the sample project, custom password validation feature working fine. All the packages were v7.2.3.

So updated to to 7.2.3 then validations are firing as per settings but when correct validations are entered getting the connections errors.

refer

Thank you.

Sorry, my bad. Email : hardip.dodiya@faciletechnolab.com

hardip.dodiya@faciletechbolab.com

Applied the changes as recommended, but still facing issue

Resolved by

Updated "RedirectToPage" to "Redirect" in loginmodel (extendend)

Thank you, Issue resoved.

Yes, that is corrected but it goes to the swagger still.

What is the difference between LogoutModal and LoggedoutModal?

because there is also overridden logged out modal as well

refer :

Zobrazených 1 až 10 z 26 záznamov
Made with ❤️ on ABP v8.2.0-preview Updated on marca 25, 2024, 15:11