We'll check and fix it, thanks
hi
Thanks for the feedback., We will try to upgrade npm packages to the latest.
I'm assuming this setting applies to both Registering and Logging In, correct?
Yes.
What we actually need is for the system to always require Email or Phone verification in order to register, and then have these settings to be able to be turned on and off for just signing in.
You can customize the Register(page) to require verification by email or phone based on the two settings above.
if I want to receive login user details, which URL should I use?
You can create a custom API to do that.
for some reason if the user, not login or he should re-login the response status returned 200 = OK !! with the login page, means it should return json data " not authorized" or how i can deal with login page HTML in json as an error?
See
https://github.com/abpframework/abp/issues/5235 https://github.com/abpframework/abp/pull/9940 https://github.com/dotnet/aspnetcore/blob/9da42b9fab4c61fe46627ac0c6877905ec845d5a/src/Security/Authentication/Cookies/src/CookieAuthenticationEvents.cs#L63
hi
https://github.com/abpframework/abp/blob/e3e1779de6df5d26f01cdc8e99ac9cbcb3d24d3c/framework/src/Volo.Abp.AspNetCore.MultiTenancy/Volo/Abp/AspNetCore/MultiTenancy/AbpMultiTenancyCookieHelper.cs#L29
hi
It seems you need to set the id of your entity.
Always set GUID Ids as best practice.
See https://github.com/abpframework/abp/blob/dev/docs/en/Entities.md#entities-with-guid-keys
TrySetGuidId
This method doesn't seem to be compatible with EF Core's tracking functionality, I'll keep checking.
hi
What's your angular URL? How to get such a login URL?
hi
For a long time we were releasing RC (Release Candidate) versions a few weeks before every minor and major release. This version has been released without a preview version. This is because we've accidently released all the packages with a stable version number, without a -rc.1 suffix and there is no clear way to unpublish all the NuGet and NPM packages. Sorry about that. However, it doesn't mean that this release is buggy. We've already resolved known problems. We will publish one or more patch releases if needed. You can follow this milestone for known problems or submit your own bug report. If you are worried about its stability, you can wait for the next patch release.
https://github.com/abpframework/abp/blob/dev/docs/en/Blog-Posts/2022-01-11%20v5_1_Release_Stable/POST.md
See https://github.com/abpframework/abp/pull/10152#issue-1007619207
hi
You can use this to test your email config
https://github.com/abpframework/abp-samples/tree/master/EmailSendDemo