You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AndreiMaz
changed the title
After the user is deleted, there is no error warning when logging in with the extension
External authentication. There is no error for deleted customer
Feb 23, 2025
AndreiMaz
changed the title
External authentication. There is no error for deleted customer
External authentication. There is no error for deleted or inactive customer
Feb 23, 2025
V4.80.3
When a user is deleted, the delete attribute is set to true,
But there was no warning prompt when using third-party login,
I temporarily used the following code modification, perhaps you will have a better way to modify it in the future
src/Libraries/Nop.Services/Authentication/External/ExternalAuthenticationService.cs line:274
`
public virtual async Task AuthenticateAsync(ExternalAuthenticationParameters parameters, string returnUrl = null){
ArgumentNullException.ThrowIfNull(parameters);
`
The text was updated successfully, but these errors were encountered: