linagora / twake-drive

The open-source alternative to Google Drive.
GNU Affero General Public License v3.0
46 stars 14 forks source link

[Bug] Password is visible on the text input when accessing file link #490

Open MontaGhanmy opened 2 months ago

MontaGhanmy commented 2 months ago

Describe the bug When you type the password in the modal input for a fie link, the input is text and everything is visible. This is a potential security risk.

To Reproduce Steps to reproduce the behavior:

  1. Go to any file link (protected with a password)
  2. Type the password
  3. The password is visible (input is text)

Expected behavior When typing the password, the input should be of type password and should not reveal it.

Screenshots Screenshot from 2024-04-24 16 41 00