From 5ecd10fb32ecba88cfd288282504da6b59c0b1df Mon Sep 17 00:00:00 2001 From: Souradip Ghosh Date: Thu, 21 Aug 2025 15:49:28 +0530 Subject: [PATCH 1/9] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 795b561..2240a5e 100644 --- a/README.md +++ b/README.md @@ -173,3 +173,5 @@ SOFTWARE. --- **Disclaimer**: This application is intentionally insecure and should only be used in a controlled environment for educational purposes. + +Help From 12b984703df3341d08c239c49055d89f0c97ddb5 Mon Sep 17 00:00:00 2001 From: Souradip Ghosh Date: Thu, 21 Aug 2025 15:53:44 +0530 Subject: [PATCH 2/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2240a5e..ee8db19 100644 --- a/README.md +++ b/README.md @@ -174,4 +174,4 @@ SOFTWARE. **Disclaimer**: This application is intentionally insecure and should only be used in a controlled environment for educational purposes. -Help +Help Hello From 010b66ebadfc134439e92846163380373a17004d Mon Sep 17 00:00:00 2001 From: Souradip Ghosh Date: Thu, 21 Aug 2025 15:59:06 +0530 Subject: [PATCH 3/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee8db19..3fd4fb3 100644 --- a/README.md +++ b/README.md @@ -174,4 +174,4 @@ SOFTWARE. **Disclaimer**: This application is intentionally insecure and should only be used in a controlled environment for educational purposes. -Help Hello +Help Hello Oh God From d200ebe8ec3380556a227554e16f70df32b1ea15 Mon Sep 17 00:00:00 2001 From: Souradip Ghosh Date: Thu, 21 Aug 2025 16:02:16 +0530 Subject: [PATCH 4/9] Update db.py --- db.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db.py b/db.py index 93a0748..feb7a1c 100644 --- a/db.py +++ b/db.py @@ -50,7 +50,7 @@ def init_db(): # Insert sample users if they don't exist users = [ ('admin', hash_password('password123')), - ('user1', hash_password('pass1')), + ('user1', hash_password('password1')), ('user2', hash_password('pass2')), ('john_doe', hash_password('john123')), ('jane_doe', hash_password('jane123')), @@ -60,4 +60,4 @@ def init_db(): cursor.execute('DELETE FROM users') # Optional: clear existing data cursor.executemany('INSERT INTO users (username, password) VALUES (?, ?)', users) db.commit() - \ No newline at end of file + From bacbcd55ff8a426d0ca149c810f4a3c21fd82164 Mon Sep 17 00:00:00 2001 From: Souradip Ghosh Date: Thu, 21 Aug 2025 16:06:25 +0530 Subject: [PATCH 5/9] Update db.py --- db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db.py b/db.py index feb7a1c..0bbb9ac 100644 --- a/db.py +++ b/db.py @@ -49,7 +49,7 @@ def init_db(): # Insert sample users if they don't exist users = [ - ('admin', hash_password('password123')), + ('admin', hash_password('password12')), ('user1', hash_password('password1')), ('user2', hash_password('pass2')), ('john_doe', hash_password('john123')), From c1d967f9514c25fe7eeb54cde2de9a4f97c6573e Mon Sep 17 00:00:00 2001 From: Souradip Ghosh Date: Thu, 21 Aug 2025 16:10:22 +0530 Subject: [PATCH 6/9] Update db.py --- db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db.py b/db.py index 0bbb9ac..06a0976 100644 --- a/db.py +++ b/db.py @@ -50,7 +50,7 @@ def init_db(): # Insert sample users if they don't exist users = [ ('admin', hash_password('password12')), - ('user1', hash_password('password1')), + ('user1', hash_password('password13')), ('user2', hash_password('pass2')), ('john_doe', hash_password('john123')), ('jane_doe', hash_password('jane123')), From b50b514ccd3d1c547e06950b9ad6a40a0531e6fc Mon Sep 17 00:00:00 2001 From: Souradip Ghosh Date: Thu, 21 Aug 2025 16:14:21 +0530 Subject: [PATCH 7/9] Update db.py --- db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db.py b/db.py index 06a0976..217960e 100644 --- a/db.py +++ b/db.py @@ -50,7 +50,7 @@ def init_db(): # Insert sample users if they don't exist users = [ ('admin', hash_password('password12')), - ('user1', hash_password('password13')), + ('user1', hash_password('password1344')), ('user2', hash_password('pass2')), ('john_doe', hash_password('john123')), ('jane_doe', hash_password('jane123')), From 76afee0e6b32e4690b8074b42ff67601950efc10 Mon Sep 17 00:00:00 2001 From: Souradip Ghosh Date: Thu, 21 Aug 2025 16:20:53 +0530 Subject: [PATCH 8/9] Update db.py --- db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db.py b/db.py index 217960e..da1045d 100644 --- a/db.py +++ b/db.py @@ -49,7 +49,7 @@ def init_db(): # Insert sample users if they don't exist users = [ - ('admin', hash_password('password12')), + ('admin', hash_password('password124')), ('user1', hash_password('password1344')), ('user2', hash_password('pass2')), ('john_doe', hash_password('john123')), From 80d2503c8345086fb9d138bd13606ff89ccc7d6c Mon Sep 17 00:00:00 2001 From: Souradip Ghosh Date: Thu, 21 Aug 2025 16:29:41 +0530 Subject: [PATCH 9/9] Update db.py --- db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db.py b/db.py index da1045d..b5550df 100644 --- a/db.py +++ b/db.py @@ -50,7 +50,7 @@ def init_db(): # Insert sample users if they don't exist users = [ ('admin', hash_password('password124')), - ('user1', hash_password('password1344')), + ('user1', hash_password('password1345')), ('user2', hash_password('pass2')), ('john_doe', hash_password('john123')), ('jane_doe', hash_password('jane123')),