Patch #20589
closedActivate sudo mode after password based login
0%
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
Updated by Jan from Planio www.plan.io over 9 years ago
- Target version set to Candidate for next minor release
Updated by Toshi MARUYAMA about 9 years ago
- Target version changed from Candidate for next minor release to 3.2.0
Updated by Jean-Philippe Lang about 9 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?
Updated by Jens Krämer about 9 years ago
- File enable_sudo_mode_after_pwd_based_login_fixed.diff enable_sudo_mode_after_pwd_based_login_fixed.diff added
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.
Updated by Jean-Philippe Lang about 9 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
Brilliant, thanks. Committed in r14635.