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
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





















