[GH-ISSUE #1033] Whether readonly_users pose danger #667

Closed
opened 2026-03-02 16:00:40 +03:00 by kerem · 0 comments
Owner

Originally created by @pjy323 on GitHub (Apr 25, 2023).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/1033

readonly_users can see
$auth_users = array(
'admin' => '$2y$10$/K.hjNr84lLNDt8fTXjoI.DBp6PpeyoJ.mGwrrLuCZfAwfSAGqhOW', //admin@123
'user' => password_hash('12345', PASSWORD_DEFAULT)
);

Originally created by @pjy323 on GitHub (Apr 25, 2023). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/1033 readonly_users can see `$auth_users = array(` `'admin' => '$2y$10$/K.hjNr84lLNDt8fTXjoI.DBp6PpeyoJ.mGwrrLuCZfAwfSAGqhOW', //admin@123` `'user' => password_hash('12345', PASSWORD_DEFAULT)` `);`
kerem closed this issue 2026-03-02 16:00:40 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#667
No description provided.