Page 1 of 1

Pdf link should not be accessible without login......

Posted: Sat May 18, 2019 7:48 am
by amithatle123
Hi, We want "link should not be accessible without login" when it is open in new tab....

Re: Pdf link should not be accessible without login......

Posted: Mon May 20, 2019 11:23 pm
by amosbatto
If you have this setting in your env.ini file:
disable_download_documents_session_validation = 1
Then, users don't have to login to download files.

You need to use this setting:
disable_download_documents_session_validation = 0
See: https://wiki.processmaker.com/3.2/Confi ... estriction

If you still have an active login session in the web browser, then the user can access the files. If you set this line in your env.ini file:
session_block = 1
Then, users will only be able to use ProcessMaker in one tab/window in the web browser.
See: https://wiki.processmaker.com/3.2/Confi ... _instances