aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/archives/patch-user_email_token.sql
Commit message (Collapse)AuthorAgeFilesLines
* Drop 1.5 upgrade patch filesAmmarpad2021-02-011-12/+0
| | | | | | | | | These are no longer supported, and they don't exist for Sqlite and Postgres Some protected upgrade methods are left to be removed separately. Bug: T272199 Change-Id: Ia0024dd340fe4da73bd6c5c341e7b75ff741681c
* Updated patch files to match the recent update to tables.sql. Removed some ↵Tim Starling2007-06-221-3/+3
| | | | | | | defunct patch files. Tested with a 1.3 -> 1.11 upgrade. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/23246
* Clean up e-mail authentication code.Brion Vibber2005-04-251-0/+12
* Add Special:Confirmemail unlisted page for requesting confirmation emails and as the destination * There is now a confirmation token separate from the login password, which is cleaner and hopefully a lot less confusing. * Confirmation token expires after 7 days * Added support functions for nullable timestamp columns: wfTimestampOrNull and Database::timestampOrNull * userMailer now returns WikiError objects * Added convenience functions to User for email management, consolidated some checks There are changes to the user table, so run update.php Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8618