Skip to content

Commit 6ff76a1

Browse files
Merge pull request #12 from TechnologyEnhancedLearning/Develop/Feature/TD-3335-AddDlsClientConfig
Added UserRegister false to ensure that DLS users do not get the registration option
2 parents ee951c1 + be4f9ce commit 6ff76a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Auth/LearningHub.Nhs.Auth/appsettings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,8 @@
339339
"ForgottenPasswordRelativeUrl": "forgotten-password",
340340
"RegisterAccountRelativeUrl": "register",
341341
"SupportUrl": "https://support.e-lfh.org.uk/",
342-
"AllowRememberLogin": false
342+
"AllowRememberLogin": false,
343+
"UseRegister": false
343344
}
344345
}
345346
}

0 commit comments

Comments
 (0)