diff --git a/Teknik/Areas/TOS/Views/Shared/Index.cshtml b/Teknik/Areas/TOS/Views/TOS/Index.cshtml similarity index 64% rename from Teknik/Areas/TOS/Views/Shared/Index.cshtml rename to Teknik/Areas/TOS/Views/TOS/Index.cshtml index 2c59cd1..9796aab 100644 --- a/Teknik/Areas/TOS/Views/Shared/Index.cshtml +++ b/Teknik/Areas/TOS/Views/TOS/Index.cshtml @@ -6,19 +6,25 @@

Terms of Service for Teknik Services

- Below are the terms of service for the Teknik Services. By using our services, you agree to all of the below terms. + Below are the terms of service for the Teknik Services. By using our services, you agree to all of the below.

-

Last Modified May 8, 2016

+

Last Modified May 18, 2016

diff --git a/Teknik/Areas/User/Views/User/Register.cshtml b/Teknik/Areas/User/Views/User/Register.cshtml index 7b2ed92..06c7af5 100644 --- a/Teknik/Areas/User/Views/User/Register.cshtml +++ b/Teknik/Areas/User/Views/User/Register.cshtml @@ -19,7 +19,13 @@

- By registering for Teknik, you agree to the Terms of Service. + + Username must match the following pattern @Model.Config.UserConfig.UsernameFilter
+ and the length must be greater than @Model.Config.UserConfig.MinUsernameLength and less than @Model.Config.UserConfig.MaxUsernameLength characters +
+

+

+ By registering for Teknik, you agree to the Terms of Service.

diff --git a/Teknik/Teknik.csproj b/Teknik/Teknik.csproj index 13a5836..02f8d19 100644 --- a/Teknik/Teknik.csproj +++ b/Teknik/Teknik.csproj @@ -521,7 +521,7 @@ - + @@ -615,7 +615,7 @@ - +