Skip to content

Commit

Permalink
Update website templates to set user registration to None by default
Browse files Browse the repository at this point in the history
  • Loading branch information
david-poindexter authored and bdukes committed Nov 22, 2021
1 parent 09f08ef commit 3d3eda6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<settings>
<logofile>Images/Logo.png</logofile>
<footertext>[Setting.FooterText.Text]</footertext>
<userregistration>1</userregistration>
<userregistration>0</userregistration>
<banneradvertising>0</banneradvertising>
<defaultlanguage>[Setting.DefaultLanguage.Text]</defaultlanguage>
<skinsrc>[G]Skins/Xcillion/Inner.ascx</skinsrc>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<settings>
<logofile>Images/Logo.png</logofile>
<footertext>[Setting.FooterText.Text]</footertext>
<userregistration>1</userregistration>
<userregistration>0</userregistration>
<banneradvertising>0</banneradvertising>
<defaultlanguage>[Setting.DefaultLanguage.Text]</defaultlanguage>
<skinsrc>[G]Skins/Xcillion/Inner.ascx</skinsrc>
Expand Down

0 comments on commit 3d3eda6

Please sign in to comment.