Index: branches/wmf/1.17wmf1/extensions/CustomUserSignup/CustomUserSignup.hooks.php |
— | — | @@ -123,7 +123,7 @@ |
124 | 124 | // *NOT HTTPONLY* In fact, that's the point of this cookie |
125 | 125 | |
126 | 126 | setcookie( 'acctcreation' , $buckets['AccountCreation'][0] , |
127 | | - time() + 60 * 60 * 24 * 365 ); |
| 127 | + time() + 60 * 60 * 24 * 90 ); // 90 days |
128 | 128 | |
129 | 129 | $session = $wgRequest->getCookie( 'clicktracking-session', "" ); |
130 | 130 | if ( $session !== null ) { |
— | — | @@ -142,4 +142,4 @@ |
143 | 143 | return true; |
144 | 144 | } |
145 | 145 | |
146 | | -} |
\ No newline at end of file |
| 146 | +} |