[Typo3] Require user/pass on every download.

Mathias Schreiber [wmdb>] mathias.schreiber at wmdb.de
Fri May 27 08:19:19 CEST 2005


Rodrigo Cea wrote:
> is there an extension which will allow me to set up file downloads for
> FE users, but will require that they enter their user/pass each time
> they want to download a file (regardless of whether they're logged in or
> not)?

Not yet.
But:
You could rig nf_download so that after a download it redirects to the 
current page with the GET params loginType=logout and your user is 
logged out directly after downloading the file.


-- 
if ($GLOBALS['TSFE']->fe_user->user['ahnung'] == 0) {
	$this->fresseHalten = 1;
}



More information about the TYPO3-english mailing list