From 2e55f5f4d777b147088ced434ad6d8bb99cd77ff Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 21 Mar 2025 18:08:51 -0400 Subject: [PATCH] change password to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 79783b3..90870fa 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ MFE - Multi File Upload Editor is a lightweight, secure, self-hosted web applica - Admin users can add or remove users through the interface. - Passwords are hashed using PHP’s `password_hash()` for security. - All state-changing endpoints include CSRF token validation. + - Change password supported for all users. - **Responsive, Dynamic & Persistent UI:** - The interface is mobile-friendly and adapts to various screen sizes by hiding non-critical columns on small devices. - Asynchronous updates (via Fetch API and XMLHttpRequest) keep the UI responsive without full page reloads.