User talk:MikeMol: Difference between revisions

(→‎cloudflare issue: time range.)
Line 57:
 
: The expiry process *should* allow one login using the old password, requiring the user to set a new password before proceeding. It's not a reset, but an expiry. I chose that approach because not everyone even has their email address loaded in... --[[User:Short Circuit|Michael Mol]] ([[User talk:Short Circuit|talk]]) 04:34, 25 February 2017 (UTC)
 
: Unfortunately, I don't have a way to reliably know whether or not a given user's credentials were at risk. The best I have is <code sql>SELECT count(*) FROM user where (user_newpass_time < 20170219000000 or user_newpass_time is null)</code>; user_touched is tempting, but it's reset every time a user visits their talk page, so the most active users wouldn't show up in the result set. --[[User:Short Circuit|Michael Mol]] ([[User talk:Short Circuit|talk]]) 04:58, 25 February 2017 (UTC)
 
==Is file uploading blocked forever?==