Add support for Privacy Policy, Terms of Service, and CAPTCHA
This commit is contained in:
parent
756297671f
commit
c866e2f696
22 changed files with 795 additions and 138 deletions
2
src/Socialbox/Classes/Resources/documents/privacy.html
Normal file
2
src/Socialbox/Classes/Resources/documents/privacy.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
<h1>Privacy Policy Document</h1>
|
||||
<p>This is where the privacy policy document would reside in</p>
|
2
src/Socialbox/Classes/Resources/documents/tos.html
Normal file
2
src/Socialbox/Classes/Resources/documents/tos.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
<h1>Terms of Service Document</h1>
|
||||
<p>This is where the Terms of Service document would reside</p>
|
Loading…
Add table
Add a link
Reference in a new issue