mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-15 16:52:45 +08:00
Before this change, impersonating a user would result in that user's `last_seen_at` being updated. This PR fixes that for the new impersonation feature gated behind the `experimental_impersonation` site setting. The old impersonation feature that logs in as the impersonated user has a completely separate code path. If we decide to backport this change it will be in a separate PR. |
||
|---|---|---|
| .. | ||
| default_current_user_provider_spec.rb | ||
| discord_authenticator_spec.rb | ||
| discourse_id_authenticator_spec.rb | ||
| facebook_authenticator_spec.rb | ||
| github_authenticator_spec.rb | ||
| google_oauth2_authenticator_spec.rb | ||
| linkedin_oidc_authenticator_spec.rb | ||
| managed_authenticator_spec.rb | ||
| result_spec.rb | ||
| twitter_authenticator_spec.rb | ||