Client Portal - Cookie Banner & Links

How can I change the privacy URL for the cookie banner to point to my privacy policy page since I am self hosting? Right now it points to invoiceninja.com

Also, how can I add links at the bottom of the client login page for my TOS and Privacy Policy?

1 Like

Hi @maverick

In settings > Client portal you can set your privacy and TOS there, this will then replace the default text with your own.

Is it possible to just provide the link instead of the full text?

My TOS/Privacy is already on my site, would be nice to just link to those instead.

Sure, you can just embed the link to your site on that section

It still appears as " This website uses cookies to ensure you get the best experience on our website. Learn more"

It doesn’t seem to matter what I am typing here. It remains invoiceninja url.

As for the client portal terms/privacy, that is working.

@David When you get a chance, please let me know if there’s another place to edit the cookie banner, or just how to disable it completely.

Thank you

@maverick

if you set the environment variable

PRIVACY_POLICY_URL=https://your_URL

The cookie banner will point to url you define there.

@david Perfect!

Is there a list of values I can reference so I can add to the .env file to change wording within invoice ninja - such as VAT Number to be Federal EIN, Task Rate to be Hourly Rate, etc… ?

@maverick

You can customize the labels in Settings > Localization > Custom labels

1 Like