Project

General

Profile

Actions

Patch #20589

closed

Activate sudo mode after password based login

Added by Jens Krämer over 8 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Category:
Accounts / authentication
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

We found that users get confused / annoyed when they just logged in and sudo mode requires their password again if they wanted to perform some administrative action.

Therefore this patch activates the sudo mode for the configured time span if the user logged in using username/password.


Files

Actions #1

Updated by Jan from Planio www.plan.io over 8 years ago

  • Target version set to Candidate for next minor release
Actions #2

Updated by Toshi MARUYAMA over 8 years ago

  • Target version changed from Candidate for next minor release to 3.2.0
Actions #3

Updated by Jean-Philippe Lang over 8 years ago

  • Subject changed from activate sudo mode after password based login to Activate sudo mode after password based login

Agreed, but the patch doesn't work for me. I guess that's because #successful_authentication resets the session just after. The call to #update_sudo_timestamp! should be moved just after, right?

This also breaks pretty much all the tests from SudoModeTest and we can not reset the session sudo timestamp from within integration tests, any solution?

Actions #4

Updated by Jens Krämer over 8 years ago

You're right, it belongs after that.

Sorry for the sloppy patch. I attached a new one that also fixes the tests (by advancing the time using Rails' travel_to test helper) and adds a new test to check wether sudo mode is active after log in.

Actions #5

Updated by Jean-Philippe Lang over 8 years ago

  • Status changed from New to Closed
  • Assignee set to Jean-Philippe Lang

Brilliant, thanks. Committed in r14635.

Actions

Also available in: Atom PDF