Activities of "devraj.np@gmail.com"

  • ABP Framework version: v 4.3
  • UI type: Angular
  • DB provider: EF Core

I am using the ABP suite project with angular. I downloaded the source code for the account module in my project. How can I replace @volo/abp.ng.account package used in my project from the added account module?

I'm using angular UI with abp commercial.I created a tenant in abp using the admin. But i was unable to login with the email address used in the tenant registration. I also queried the database and looks like it is not being saved.

  1. ABP Framework version: v4.3
  2. UI type: Angular
  3. DB provider: EF Core
  4. Steps to reproduce the issue:

I was not able to login with  tenant admin's email address

Hello, I cannot provide project as it is our on going project. I have attached the screenshot step. I created new tenant named Clinis with admin address clinis@gmail.com Then after that tried to login with the tenant's admin email but I could not login with the email. I checked the database as well and I found that the email that I provided while creating tenant was not saved.

Hi, Yes sure. How can I connect with you?

  • ABP Framework version: v4.3

  • UI type: Angular

  • DB provider: EF Core

  • Tiered (MVC) or Identity Server Separated (Angular): yes / no

  • Exception message and stack trace:

  • Steps to reproduce the issue:"

    Description: I have x role in my project. Any user assigned to that role must be able to login in any tenant. What I need to do to make it possible?

Question

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v4.3
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:

I have home menu which I want to show without login and hide that menu after login. How can I do that?

  • ABP Framework version: v4.3
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

I need to list all the users of certain role in host, This should be a list of all users in a specific role from all tenants.

Hi, Thank you for your answer.It worked for me.

Hi ,

I tried adding Users and their Roles from default Tenant into other tenants using Identity User. I found the User but could not set values for Tenant Id before i save user . Code:[ var userToAddInformation = await _userManager.FindByIdAsync(userId); userToAddInformation.TenantId = tenId;]

Also when I try to save a user from my code i could not set user properties from AppUser as it is designed for get only.So i tried using Volo.Abp.Identity.IdentityUser but still i could not set properties like email, username etc also tried IdentityUserManger CreateAsync but it still doesnot work.

Showing 1 to 10 of 26 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11