Details
-
Type:
Task
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: _unsorted
-
Labels:
-
Similar Issues:
Description
As a security measure , we need to disable Disable\Delete "Remember me on this computer" check box in login screen.
Can you inform how to achieve this ?
Code changed in jenkins
User: Daniel Beck
Path:
test/src/main/java/org/jvnet/hudson/test/recipes/PresetData.java
test/src/main/preset-data/secured-acegi/config.xml
test/src/main/preset-data/secured-acegi/readme.txt
test/src/main/preset-data/secured-acegi/users/alice/config.xml
test/src/test/java/hudson/security/LoginTest.java
http://jenkins-ci.org/commit/jenkins/9ed2ed5fd90de8930802090cb7d0ffd0f996620c
Log:
JENKINS-15757Add testsA new test for the existing 'Remember me' functionality that verifies that
the cookie is set, and a new test showing that, even if requested by the
user, no cookie will be set, if 'Remember me' is disabled in the security
configuration.