-
Notifications
You must be signed in to change notification settings - Fork 19
Critical: Sign-in page exposes a prefilled email and password #29
Copy link
Copy link
Open
Labels
assignedThis issue has been taken and is currently being worked onThis issue has been taken and is currently being worked onbugSomething isn't workingSomething isn't workingfrontendIssues related to UI, CSS, React, or browser-side logic.Issues related to UI, CSS, React, or browser-side logic.level2Intermediate tasks (building components, responsive design)Intermediate tasks (building components, responsive design)
Metadata
Metadata
Assignees
Labels
assignedThis issue has been taken and is currently being worked onThis issue has been taken and is currently being worked onbugSomething isn't workingSomething isn't workingfrontendIssues related to UI, CSS, React, or browser-side logic.Issues related to UI, CSS, React, or browser-side logic.level2Intermediate tasks (building components, responsive design)Intermediate tasks (building components, responsive design)
Screen.Recording.2026-05-18.133526.mp4
Description: The login form is initialized with demo credentials in the UI, which means the sign-in page shows a real email and password before the user types anything. That is a security and privacy issue because credentials are visible by default and can be reused without the user intentionally entering them.
Why this matters:
Relevant files:
My approach before patching and creating a PR:
autoComplete="username"andautoComplete="current-password"without exposing values.Expected fix outcome:
@Areeb-coder this seems to be a high priority issue. If this issue has not already been resolved kindly consider assigning it to me under GSSoC'26, will be happy to look into it.