Try:
<form method="post" action="@Url.Page("./Register", new { returnUrl = Model.ReturnUrl, returnUrlHash = Model.ReturnUrlHash })">
Replace with
<form method="post" asp-page="/account/register">
Hi,
It actually not related to ABP but dotnet.
You can check it: https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools#install-a-global-tool-in-a-custom-location
Hi,
Yes, you can, ABP suite is a web application, it has also a back-end API.
You can open the network tab in the developer tools to check it.
Hi,
I guess it is already handled by the job handler
Hi,
Can you share the source code with me? shiwei.liang@volosoft.com
The point is Job arg class must have a no-argument constructor, It can also have other constructors
Try:
Since you want to implement registration and login functionality on one page, you know, some parameters are required for registering but not login, so you must manually validate the parameters.
Remove ValidateModel(); and manually validate the parameters
Hi,
I think you have the source code, you just need to copy it to the login page
Hi,
You can call await HttpContext.SignOutAsync("oidc");