https://bugzilla.wikimedia.org/show_bug.cgi?id=2242
--- Comment #9 from Brion Vibber <[email protected]> 2008-12-30 18:06:27 UTC --- Looking good! A couple quick bits... + if( time() < $expiry ) { + return false; + } else { + return true; + } I think you want to reverse these... +Your temporary password will expire in $5 days. This should probably use {{PLURAL}} to properly handle the case where it's set to 1 day. Might want to round, also, in case a non-even number is used (7.33327 days :) > The only thing I am not sure of is what happens after their password expires. > Is there account simply locked out? Once the temporary password is expired, it just won't work anymore. To log in with a temporary password, a new temporary password will have to be requested. The original password continues to work the whole time, unless the temporary password is actually used successfully. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
