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
When using external authentication feature, users login from external providers still create a new account even when the setting DisableNewRegistrations is set to true.
Orchard Core version
v2.1
To Reproduce
Enable any external authentication provider feature.
Set DisableNewRegistrations to true in the External Authentication settings.
Try to login using the external provider.
Expected behavior
Users should not be able to register if DisableNewRegistrations is set to true.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using external authentication feature, users login from external providers still create a new account even when the setting
DisableNewRegistrations
is set to true.Orchard Core version
v2.1
To Reproduce
Expected behavior
Users should not be able to register if
DisableNewRegistrations
is set to true.The text was updated successfully, but these errors were encountered: