Project

General

Profile

Actions

Feature #37514

closed

Storing credentials in the browser

Added by Alberto Guerrero almost 2 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Security
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Wont fix

Description

The Redmine tool is not properly defining the parameters of the login form, delegating the decision to store credentials in the user's browser to the user.

This possibility, while widely used for user convenience, poses a considerable risk of allowing an attacker to steal the session and credentials of any user who stores such information in the browser of a machine compromised by an attacker or credential-stealing malware.

Solution:

It should be possible to set a control from the redmine configuration to always request the username and password when logging in.

The code that is usually used to do this is to include the following line of code in the HTML file:
<INPUT TYPE="password" AUTOCOMPLETE="off">

Actions

Also available in: Atom PDF