Starts in:
2 DAYS
7 HRS
31 MIN
50 SEC
Starts in:
2 D
7 H
31 M
50 S

Activities of "thanhlg"

thanks @liangshiwei

Is there a way to always enable Microsoft login instead of having to log in first and then enable and configure the client ID and secret?

As for the issue of logging in with an external provider from this page instead of having to go to the Account/Login page, is there a way to do that?

it will automatically redirect

Sorry for not being clear. I know it redirects to https://localhost:44321/Account/Login and then I can click the login with Microsoft button.

But is there a way to login with Microsoft directly from https://localhost:44321/?

As for the issue of logging in with an external provider from this page instead of having to go to the Account/Login page, is there a way to do that?

Hi,

ABP must have an account locally(permissions, features ...etc system needs). It can be registered with an external user login.

you can disabled the local login and local register in the account setting page and only allowed login with an external provider(Microsoft azure, google...etc)

Hi,

How can I disable local login and only allow login with an external provider?

And is there a way for me to login with an external provider from this page instead of having to go to the Account/Login page to do so?

Can anyone help me? :(

  • ABP Framework version: v8.2.0
  • UI Type: Blazor Web App
  • Database System: EF Core (SQL Server)

Hi Support Team,

I want to allow login only with a Microsoft account where the email exists in my Person table, rather than logging in with accounts from the AbpUser table. When logging in, the system should check if the email exists in my Person table. If it does, the user should be logged in; if not, an error message should be displayed. What can I do to achieve this in a Blazor Web App?

And I want to log in with Microsoft directly from this page

Thanks

I need help with a problem I'm having with the Blazor Web App template version 8.2.0:

Never seen that myself, you did not simply type the wrong path? I usually copy and paste it from file explorer.

I also copied and pasted from File Explorer. I have also checked the folder path in %UserProfile%.abp\suite\appsettings.json, and everything is correct, but the error still occurs.

The Module template works fine, but the Application template Blazor Web app keeps encountering this error.

I need help with a problem I'm having with the Blazor Web App template version 8.2.0:

Hi liangshiwei,

The previous error is fixed, but now there's this new error. It only occurs in version 8.2.0, not in version 8.1.3

In my previous code, I used Cron.Daily(8, 0) because I wanted to perform a task every day at 8 AM. After reviewing the file you sent me, I tried using CronExpression = $"*/50 * * * * *"; but the error still persists. Could you please let me know where I went wrong? And why does it work in version 8.1.3 but not in version 8.2.0?

Showing 11 to 20 of 57 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06