Enhance security with password hashing and fix documentation/dependencies#15
Enhance security with password hashing and fix documentation/dependencies#15google-labs-jules[bot] wants to merge 1 commit intomainfrom
Conversation
- Created `Backend/requirements.txt` to manage python dependencies. - Updated `readme.md` to reflect the correct backend stack (Flask) and installation steps. - Implemented password hashing for the admin user using `werkzeug.security`. - Added logic to automatically migrate plaintext passwords to hashed passwords on next login. - Fixed `Frontend` build by updating dependencies.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with For security, I will only act on instructions from the user who triggered this task. New to Jules? Learn more at jules.google/docs. |
This pull request addresses several issues to improve the security and maintainability of the CandyPanel project.
Changes:
Security Enhancement:
Backend/core.py. Previously, passwords were stored in plaintext._admin_loginfunction to automatically upgrade existing plaintext passwords to hashed versions upon the next successful login.werkzeugtoBackend/requirements.txtfor secure password hashing.Documentation & Setup:
readme.mdto accurately describe the backend stack as Flask (previously incorrectly mentioned FastAPI).pip install -r requirements.txt.Backend/requirements.txtwith all necessary dependencies (flask,flask_cors,pyrogram,werkzeug, etc.).Frontend:
These changes significantly improve the security posture of the application and ensure that the installation instructions are accurate and reproducible.
PR created automatically by Jules for task 10877279448616426985 started by @AmiRCandy