Users (OrchardCore.Users
)¶
The Users module enables authentication UI and user management.
Custom Paths¶
If you want to specify custom paths to access the authentication related urls, you can change them by using this option in the appsettings.json:
"OrchardCore": {
"OrchardCore_Users": {
"LoginPath": "Login",
"LogoffPath": "Users/LogOff",
"ChangePasswordUrl": "ChangePassword",
"ExternalLoginsUrl": "ExternalLogins"
}
}
Last update: November 14, 2020
Authors: Antoine Griffard