From cf69f9e4c426dbf7bc1f23b06b17fa745e025ccb Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Sun, 17 Oct 2021 13:27:12 -0400 Subject: [PATCH] Add proper help text to aliases field in default resource file for Site Settings. Set default value for new ShowLogin parameter in Login theme component. --- Oqtane.Client/Resources/Modules/Admin/Site/Index.resx | 2 +- Oqtane.Client/Themes/Controls/Theme/Login.razor | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Oqtane.Client/Resources/Modules/Admin/Site/Index.resx b/Oqtane.Client/Resources/Modules/Admin/Site/Index.resx index 670a525a..dee13803 100644 --- a/Oqtane.Client/Resources/Modules/Admin/Site/Index.resx +++ b/Oqtane.Client/Resources/Modules/Admin/Site/Index.resx @@ -169,7 +169,7 @@ Enter the tenant for the site - Enter the alias for the server + The aliases for the site. An alias can be a domain name (www.site.com) or a virtual folder (ie. www.site.com/folder). If a site has multiple aliases they should be separated by commas. Do you want the users to be able to register for an account on the site diff --git a/Oqtane.Client/Themes/Controls/Theme/Login.razor b/Oqtane.Client/Themes/Controls/Theme/Login.razor index 906c2b89..ce27baaa 100644 --- a/Oqtane.Client/Themes/Controls/Theme/Login.razor +++ b/Oqtane.Client/Themes/Controls/Theme/Login.razor @@ -23,5 +23,5 @@ @code { [Parameter] - public bool ShowLogin { get; set; } + public bool ShowLogin { get; set; } = true; } \ No newline at end of file