mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:50:00 +08:00
1bfccdd4f2
In a handful of situations, we need to verify a user's 2fa credentials before `current_user` is assigned. For example: login, email_login and change-email confirmation. This commit adds an explicit `target_user:` parameter to the centralized 2fa system so that it can be used for those situations. For safety and clarity, this new parameter only works for anon. If some user is logged in, and target_user is set to a different user, an exception will be raised. |
||
---|---|---|
.. | ||
actions | ||
auth_manager_spec.rb |