惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
G
Google Developers Blog
有赞技术团队
有赞技术团队
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Blog — PlanetScale
Blog — PlanetScale
罗磊的独立博客
博客园 - 聂微东
V
Visual Studio Blog
博客园_首页
D
DataBreaches.Net
腾讯CDC
I
InfoQ
F
Fortinet All Blogs
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 【当耐特】
Google DeepMind News
Google DeepMind News
人人都是产品经理
人人都是产品经理
云风的 BLOG
云风的 BLOG
月光博客
月光博客
Recent Announcements
Recent Announcements
MongoDB | Blog
MongoDB | Blog
C
Check Point Blog

Discourse Meta - Latest posts

Horizon: High Context Topic Cards I'd like to ask what this file /var/www/discourse/vendor/data/RT_sRGB.icm is used for? Discourse to Markdown Plugin How to verify a subdomain (mysite.discourse.group) in Google Search Console? Reader Mode Publishing WordPress gallery posts on Discourse Discourse User Feedback New user filter by custom field and contact Interact with discourse from Python? Why we can't type the assignee in the search of a post to assign - home screen app Redis Flushall Category-toggled one-touch move post Some sort of variable to eliminate duplicate text? Why did this plugin replacement fail? Add user to list modal often appears above the mobile viewport sceen Creating/Editing a post on mobile: let's discuss the 2026 Discourse experience Wp-discourse feature request - do not show comments with specific tag? Are there any good Chinese plugins? Discourse ID and 2FA Discourse MCP is here! Sample Forum to See Admin Features? I am unable to register for a free Discourse site Wikipedia Lookup Add text for /login (like js.create_account.disclaimer for /signup) How can i set disable Markdown & Default to Rich Text What's the background image size for the Welcome Banner? How do I enable Associated Accounts with 2FA? Hamburger toggle Support <span data-attribute> in the rich editor Cannot disable read-only mode on Free Plan
Impersonation limit (time)
ice.d (discord ice) · 2026-05-28 · via Discourse Meta - Latest posts

1

Hi

I impersonated my alternate account on my forum today to do a quick test of a feature i did for the forum and it said Impersonating user 15 minutes left but i’ve never seen it before and nor have i seen a setting for this.

have i missed a discussion on this?

if there’s a setting can i get the name i tried searching on the forum’s settings and got nothing.

RGJ (Richard - Communiteq) 2

There is a hidden experimental_impersonation_time_limit_minutes setting set to 15 minutes.

ice.d (discord ice)

3

image

How would i find it on my forum?

I want to work a little with the limit

Moin 4

You cannot find it in the interface. That’s what hidden implies.

darkpixlz (Pyx ) 5

It’s a hidden setting. You need to enable it from the rails console

./launcher enter app
rails c
SiteSetting.experimental_impersonation_time_limit_minutes = 30 # or whatever
exit

ice.d (discord ice) 6

I don’t have acsess so i most likley need to ask the owner

Heliosurge (Dan DeMontmorency) 7

I am guessing you could add the last ne to the app.yml as well?

darkpixlz (Pyx ) 8

yes but you should probably be looking to change the site setting instead, you need to rebuild to apply that which is a lot more annoying than visiting the rails console