Added LDAP login, removed registration option
This commit is contained in:
@@ -54,6 +54,9 @@ builder.Services.AddIdentity<IdentityUser, IdentityRole>(options =>
|
||||
// Add LocalizationService
|
||||
builder.Services.AddScoped<LocalizationService>();
|
||||
|
||||
// Add LDAP Service
|
||||
builder.Services.AddScoped<ILdapService, LdapService>();
|
||||
|
||||
var app = builder.Build();
|
||||
|
||||
// Create and migrate database on startup
|
||||
|
||||
Reference in New Issue
Block a user