Page MenuHomePhabricator

Set temporary account expiration at 90 days
Open, Needs TriagePublic

Description

Context

In T300271: [IP Masking] Temporary Account Expiration, we set the temporary account expiration value to 1 year.

This might be an unnecessarily long duration for most good faith editing patterns. Especially as T359405: Create temporary account early in edit cycle for all edit attempts, we don't want to make it easy for abusers to mass create temporary accounts that can then be reactivated (by storing the session cookies) later.

Decision

This task proposes to reduce the expiration value for temporary accounts from 1 year to 90 days.

A much shorter duration, like 7 days, might also be desirable, but we could wait until we have temporary accounts in production to evaluate what good faith usage patterns of temporary accounts looks like before deciding.

Consequences

  • Shorter timespan for users to make use of a temporary account

Event Timeline

Another idea is expire temporary account that is inactive for some shorter time (e.g. 7 days or 30 days). But we need some way to store how temporary account is recently used (maybe just store it in cache?)

Another idea is expire temporary account that is inactive for some shorter time (e.g. 7 days or 30 days). But we need some way to store how temporary account is recently used (maybe just store it in cache?)

Thanks for this idea--I've filed it as T359789: Expire inactive temp accounts after 7 days, and we should add some more detail to it.

much shorter duration, like 7 days, might also be desirable

This would also mean that temporary accounts can be contacted via their talk page, or be mentioned on other talk pages for that short period, right? 7 days is a quite narrow timeframe to review temporary account's edits, and for temporary account user to also return and receive the feedback. For this reason it migh be better to keep a temporary account (inactive or not) for some longer period, maybe at least a month or so.

Also, I don't know how exactly the temporary accounts feature changes user blocks, but I assume too short duration also might make blocks less efficient than desired (at least concerning blocked users who don't know about session cookies).

but I assume too short duration also might make blocks less efficient than desired (at least concerning blocked users who don't know about session cookies).

For LTA, a potentially useful feature is to also block every IP used by the account (or even /24 range thereof) in one click. Normal block of temporary account can be bypassed by removing the cookie, and autoblock will expire after one day until T27305: Add a way to extend autoblock to longer than 1 day/T43479: [Spam/vandalism] Raise $wgAutoblockExpiry noticeably.