Vote #76675
完了Activate sudo mode after password based login
0%
説明
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.
journals
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
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?
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
Brilliant, thanks. Committed in r14635.
--------------------------------------------------------------------------------
Admin Redmine さんが3年以上前に更新
- カテゴリ を Accounts / authentication_7 にセット
- 対象バージョン を 3.2.0_102 にセット