Thank you for your answer, you may not have seen one of the section in the question: In short, the confirmuser page isn't provided as a node in our abp angular package (api/account/send-email-confirmation-token).
https://demo.abp.io/Account/ConfirmUser
This section isn't redirected to the frontend either.
Why does it work automatically on the Blazor side and not on the Angular side?
Hello,
I have followed all the steps mentioned, but my problem still persists. Can I get support from a representative?
Sincerely.
Hello, Your solution worked, thank you. But I need the save() method in FeatureManagementComponent, can you share the source code? Best regards.
Hi,
In our Angular project, we have implemented a "Forgot My Password" page and included all necessary modules. However, when users click on the verification link, the Angular email verification page does not open as expected because the user is not authenticated. If the user is already logged in, they can access the page via the provided URL. However, this page should be accessible without requiring login, as it is intended for users who have forgotten their password and need to reset it via the link.
Thanks,
It appears that the page cannot be accessed without logging in. Could you please ensure that the login requirements are met, or provide further instructions on how to access the content.
Hi,
In our Angular project, we have implemented a "Forgot My Password" page and included all necessary modules. However, when users click on the verification link, the Angular email verification page does not open as expected because the user is not authenticated. If the user is already logged in, they can access the page via the provided URL. However, this page should be accessible without requiring login, as it is intended for users who have forgotten their password and need to reset it via the link.
Thanks,
hi
We moved the user login process to the Angular project.
Do you mean you use the
passwordgrant type?https://abp.io/docs/latest/framework/ui/angular/authorization#resource-owner-password-flow
Hello,
Yes, the grant type 'password' we use.