mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #746] Login issue on WinServer 2019 & IIS #509
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#509
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fellinga on GitHub (Mar 10, 2022).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/746
I just downloaded the tinyfilemanger.php from a WinServer 2019 with IIS. I did not modify the file and I am not able to login (2.4.3 and 2.4.7).
I can see that wrong credentials change the browser url to "...../tinyfilemanger.php" and that correct credentials change the browser URL to "...../tinyfilemanger.php?p=". But my browser never gets past the login screen. The filemanager works fine if "$use_auth" is set to false.
Do I need to configure something else?
@prasathmani commented on GitHub (Mar 13, 2022):
PHP 5.5.0 or higher and check
password_hashis available in your server@fellinga commented on GitHub (Mar 13, 2022):
I am using the latest php 8 version. I can also see that the redirect is triggered:
github.com/prasathmani/tinyfilemanager@4d7078829d/tinyfilemanager.php (L301)Therefore I would expect the password hash function to work properly. Any other ideas?
@fellinga commented on GitHub (Jul 6, 2022):
Turned out it was an issue with PHP. I had to modify the php.ini to allow php to access to my temp folder.
open_basedir = "C:\inetpub\wwwroot;C:\Windows\Temp"