Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Password field retains clear text #1796

Open
vaderf opened this issue May 12, 2024 · 0 comments
Open

[BUG] Password field retains clear text #1796

vaderf opened this issue May 12, 2024 · 0 comments

Comments

@vaderf
Copy link

vaderf commented May 12, 2024

Dear Geneweb developer,

First, thank you very much for developing and maintaining Geneweb.

Describe the bug

I have recently switched to the new version 7. I am running it in CGI mode. While everything works fine, I noticed that the user:password field is behaving as plain text field and not password field like it used to in the v6. As consequence, any text entered is displayed as plain text but also retained as is. This can be seen below where a text suggestion appears below the password box

Password box

This is a security issue if using a public computer. This behavior happens with Firefox 126 and Chromium 108.

Expected behavior

The password field should behave as a password field, masking the text typed and not displaying text suggestions.

I am not familiar with the code base but I suspect that changing <input type="text" with <input type="password" at least here could probably solve the issue and make Geneweb more secure.

Versions

Version of packages used to reproduce the bug:

GeneWeb version: 7.1-beta
Branch HEAD compiled on 2024-04-18 from commit 2ab85d8

Thank you top look into this!

a2line added a commit to hgouraud/geneweb that referenced this issue May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant