I want to a authentication like your using one ...
I am using Windows base PC with PHP 4.4.0, how to make a PHP login page or you added what in it like that "Live demo (with authentication)"
Thx
Hi,
Assuming that you are using version 0.1.4, in a system.properties file (conf/system.properties) you can find line 'authentication.enforce=false' change that to 'authentication.enforce=true', which will turn authentication on and that should be all.
After that you can take a look on conf/users.properties file where users and passwords are defined. More details: http://filebrowser.blogspot.com/2006/03/version-014-is-finally-available.html
I hope that it will help ... if not, then let me know.
Cheers, Marek
Log in to post a comment.
I want to a authentication like your using one ...
I am using Windows base PC with PHP 4.4.0, how to make a PHP login page or you added what in it like that "Live demo (with authentication)"
Thx
Hi,
Assuming that you are using version 0.1.4, in a system.properties file (conf/system.properties) you can find line 'authentication.enforce=false' change that to 'authentication.enforce=true', which will turn authentication on and that should be all.
After that you can take a look on conf/users.properties file where users and passwords are defined.
More details: http://filebrowser.blogspot.com/2006/03/version-014-is-finally-available.html
I hope that it will help ... if not, then let me know.
Cheers,
Marek