Login page for File Upload
Posted:
Fri Apr 15, 2011 7:40 am
by fels
The Admin Section is secured via a login page where the admin password is requested.
I would like to secure the upload section as well where the user inputs a login name and a password that is compared to a user database, e.g. |login user| md5(login user password)|.
As far as I see in the code, the [MOD] Upload for Admin only [/MOD] code does most of this (make up a session etc.),
but there is no separate login page for users.
Regards
Frank
Re: Login page for File Upload
Posted:
Fri Apr 15, 2011 6:59 pm
by WinkieDuck
SamEA wrote:fels wrote:The Admin Section is secured via a login page where the admin password is requested.
I would like to secure the upload section as well where the user inputs a login name and a password that is compared to a user database, e.g. |login user| md5(login user password)|.
As far as I see in the code, the [MOD] Upload for Admin only [/MOD] code does most of this (make up a session etc.),
but there is no separate login page for users.
Regards
Frank
Coming soon in DFH v1.2.
Hello, please tell us what u've already made in DFH v1.2 and how soon r u gonna release it?
Re: Login page for File Upload
Posted:
Sun Apr 17, 2011 8:10 am
by PeterS
WinkieDuck wrote:SamEA wrote:fels wrote:The Admin Section is secured via a login page where the admin password is requested.
I would like to secure the upload section as well where the user inputs a login name and a password that is compared to a user database, e.g. |login user| md5(login user password)|.
As far as I see in the code, the [MOD] Upload for Admin only [/MOD] code does most of this (make up a session etc.),
but there is no separate login page for users.
Regards
Frank
Coming soon in DFH v1.2.
Hello, please tell us what u've already made in DFH v1.2 and how soon r u gonna release it?
No development information are yet available nor is it's release date. However, we are expecting it's release very soon.
Re: Login page for File Upload
Posted:
Tue Apr 26, 2011 2:54 pm
by fels
Dear Developer Team,
this sounds fine. I have poked around in the code and have added a simple authentification but now I will be waiting
for the user login page with session support that passes session information to the next chosen page.
Could be another thread:
Does DFH read the file to be downloaded into memory in order to output it to the download client?
If this is right, php.ini needs "heavy" parameters for max_memsize and max_memorysize ???.
Thanks in advance for coding.
Regards
Frank