Activities of "enes.koroglu"

  • ABP Framework version: v3.3.1
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Seperated (Angular): no

We have closed self user registration from Settings>>Account>>Enable self registration And then set, require mail confirmation true from Settings>>Identity Management>>SignIn Settings>>Require confirmed email

But after creating a new user from Identity Management>>Users or via below code, confirmation mail does not arrive:

private readonly IdentityUserManager userManager;
await userManager.CreateAsync(user, password);

But login screen says You are not allowed to login! You need to confirm your email/phone number.

  1. We are curios especially about how to trigger Confirmation Mail after userCreation via code?

  2. I think in the above Login screen, there should be a retrigger Confirmation Mail button or someting like that. A scenario can be like that: after email address is changed by user and then email address gets not validated but if this time user logged out or his session expired he cannot logged in anymore and gets You are not allowed to login! You need to confirm your email/phone number. error again.

  3. After creating a new user via code or ui we want to reset user's password and ask a new password after login. Is this a scenario which abp covers, how can we do this?

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

We need a notification system for inform users about system related change or news like below image. There can be a badge between profile picture and in detail users can read and then (soft) delete (or not) messages. If messages read but not deleted by user, message should exists as read, if not read yet the badge should show number of unread messages and they should be identifiable as unread. If user wants; they should delete messages after read and after a period of time (this can be a parameter) read messages can be (soft) deleted.

Is it possible to add a feature like this.

Kindly reminder

Answer

Earlier versions suite was generating AppService names singular. With version 4.3 we realised suite started to generate new service names plural.

Sample: Old: ProductAppService New: ProductsAppService

  • ABP Framework version: v4.3.3
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

I see there is a related issue about this problem. Although I set RedirectAllowedUrls and tried with a new created project, click on LOGO in login page redirects to API. Below screen shot is belongs to new created test project. My web site logo also redirects to https://test-app.mydomain.com/ address. How can i redirect logo to my frontend (https://test-services.mydomain.com)

"App": { "SelfUrl": "https://test-app.mydomain.com", "AngularUrl": "https://test-services.mydomain.com", "CorsOrigins": "http://localhost:4200,https://.ekol.com,https://.mydomain.com", "RedirectAllowedUrls": "https://test-services.mydomain.com" }

Hi maliming,

I do not want to make any design or process change. I think, to change Logo link should be set via parameter like AngularUrl or any other parameter. In that page we can change all redirections with RedirectAllowedUrls parameter (although tihs page belongs to Identity Server website) and doing a custom page for only Logo link is not very suitable.

Can you please add a parameter or suggest such a workaround except Login page customization.

Customizing Login page may be simple but after customization, we should always track manually changes on login page so we do not want this. I think you get Logo link from App.SelfUrl parameter. Adding a second parameter for Logo link will solve problem.

Additionally our front end is Angular and our aspnet-core project does not contain a seperated IdentityServer or Web project whcih contains Page folder. Also we could not find anything on Login.cshtml page related with Logo and Logo link. I think Logo comes from ThemeManager, how will we change Logo link?

Hi maliming,

We have team license and as Adem said, we do not have those files and also source codes. How can we do it?

  • ABP Framework version: v4.3.3
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

We need Entity Max and Min Length constants which we define in Domain.Shared\***Consts.cs files on Angular to be generated via generate-proxy. For now we should change same info both aspnet-core and angular projects every time when we make a change. Is there a way to generate this constants on Angular side via generate-proxy?

Regarding your idea, DTO files are also included in Swagger so I think proxy generation should generate MinLength and MaxLength for Code and Name properties of MarketPlaceCreateDto but there is nothing in Angular side with that values.

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