Skip to content
Snippets Groups Projects
Commit ff2c4d5d authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Add privacy statement to login page [VIPSUTV-561]

parent f0fb7dca
Branches
No related tags found
No related merge requests found
......@@ -1046,3 +1046,5 @@ pointOfInterestType_5=Trap
sowingDate=Sowing date
pointOfInterestType_6=Apiary site
pointOfInterestType_7=Nursery
privacyStatement=Privacy statement
privacyStatementFileName=Privacy_statement_NIBIO-VIPS.pdf
......@@ -1040,3 +1040,5 @@ pointOfInterestType_5=Trap
sowingDate=Sowing date
pointOfInterestType_6=Apiary site
pointOfInterestType_7=Nursery
privacyStatement=Privacy statement
privacyStatementFileName=Privacy_statement_NIBIO-VIPS.pdf
......@@ -1038,3 +1038,5 @@ pointOfInterestType_5=Trap
sowingDate=Sowing date
pointOfInterestType_6=Apiary site
pointOfInterestType_7=Nursery
privacyStatement=Privacy statement
privacyStatementFileName=Privacy_statement_NIBIO-VIPS.pdf
......@@ -1046,3 +1046,5 @@ pointOfInterestType_5=Felle
sowingDate=S\u00e5dato
pointOfInterestType_6=Big\u00e5rdsplass
pointOfInterestType_7=Planteskole
privacyStatement=Personvernerkl\u00e6ring
privacyStatementFileName=Personvernerklaering_NIBIO-VIPS.pdf
......@@ -1040,3 +1040,5 @@ pointOfInterestType_5=Trap
sowingDate=Sowing date
pointOfInterestType_6=Apiary site
pointOfInterestType_7=Nursery
privacyStatement=Privacy statement
privacyStatementFileName=Privacy_statement_NIBIO-VIPS.pdf
......@@ -1034,3 +1034,5 @@ pointOfInterestType_5=Trap
sowingDate=Sowing date
pointOfInterestType_6=Apiary site
pointOfInterestType_7=Nursery
privacyStatement=Privacy statement
privacyStatementFileName=Privacy_statement_NIBIO-VIPS.pdf
......@@ -47,7 +47,8 @@
<button class="btn btn-lg btn-primary btn-block" type="submit">${i18nBundle.login}</button>
<input type="checkbox" name="rememberUser"<#if checkRemember?has_content && checkRemember> checked="checked"</#if>/> ${i18nBundle.rememberLogin}<br/>
<a href="/user?action=registerNewUserForm&userAuthenticationTypeId=1">${i18nBundle.registerNewUser}</a><br/>
<a href="/user?action=resetPasswordRequestForm">${i18nBundle.forgottenPassword}</a>
<a href="/user?action=resetPasswordRequestForm">${i18nBundle.forgottenPassword}</a><br/>
<a href="/public/documentation/${i18nBundle.privacyStatementFileName}" target="new">${i18nBundle.privacyStatement}</a>
</form>
</div>
</#macro>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment