Commit d441551c by jhrabal

data

parent b7171112
...@@ -13,7 +13,7 @@ insert into TEMPLATE (ID, CODE, TEMPLATE) values (6, 'email.password.text', 'Pas ...@@ -13,7 +13,7 @@ insert into TEMPLATE (ID, CODE, TEMPLATE) values (6, 'email.password.text', 'Pas
insert into TEMPLATE (ID, CODE, TEMPLATE) values (7, 'email.password.html', 'Password HTML'); insert into TEMPLATE (ID, CODE, TEMPLATE) values (7, 'email.password.html', 'Password HTML');
-- legal documents -- legal documents
insert into LEGAL_DOCUMENT (ID, CODE, LOCALE, CONTENT) values (1, 'AUTH.TERMS', '<p>By using the Inodio service you are insert into LEGAL_DOCUMENT (ID, CODE, LOCALE, CONTENT) values (1, 'AUTH.TERMS', 'en', '<p>By using the Inodio service you are
agreeing to be bound by the following terms and conditions ("Terms of Service"). IF YOU ARE agreeing to be bound by the following terms and conditions ("Terms of Service"). IF YOU ARE
ENTERING INTO THIS AGREEMENT ON BEHALF OF A COMPANY OR OTHER LEGAL ENTITY, YOU REPRESENT THAT ENTERING INTO THIS AGREEMENT ON BEHALF OF A COMPANY OR OTHER LEGAL ENTITY, YOU REPRESENT THAT
YOU HAVE THE AUTHORITY TO BIND SUCH ENTITY, ITS AFFILIATES AND ALL USERS WHO ACCESS OUR SERVICES YOU HAVE THE AUTHORITY TO BIND SUCH ENTITY, ITS AFFILIATES AND ALL USERS WHO ACCESS OUR SERVICES
...@@ -211,7 +211,7 @@ insert into LEGAL_DOCUMENT (ID, CODE, LOCALE, CONTENT) values (1, 'AUTH.TERMS', ...@@ -211,7 +211,7 @@ insert into LEGAL_DOCUMENT (ID, CODE, LOCALE, CONTENT) values (1, 'AUTH.TERMS',
</ol> </ol>
</li> </li>
</ol>'); </ol>');
insert into LEGAL_DOCUMENT (ID, CODE, LOCALE, CONTENT) values (2, 'AUTH.PRIVACY', '<h1>Privacy Policy for Inodio</h1> insert into LEGAL_DOCUMENT (ID, CODE, LOCALE, CONTENT) values (2, 'AUTH.PRIVACY', 'en', '<h1>Privacy Policy for Inodio</h1>
<p>At inodio.com, accessible from https://www.inodio.com, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collected and recorded by inodio.com and how we use it.</p> <p>At inodio.com, accessible from https://www.inodio.com, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collected and recorded by inodio.com and how we use it.</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment