aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/archives/patch-email-authentication.sql
Commit message (Collapse)AuthorAgeFilesLines
* Drop 1.4 upgrade patch filesAmmarpad2021-02-011-3/+0
| | | | | | | | | These are no longer supported, and they don't exist for Sqlite and Postgres Leaving ::doWatchlistUpdate() method to be removed later Bug: T272199 Change-Id: I4780e424a5a35f30d467d7e29bb5946627b469cf
* Clean up e-mail authentication code.Brion Vibber2005-04-251-3/+3
| | | | | | | | | | | | | | * 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
* (bug 454) Merge e-notif 2.00Brion Vibber2004-12-181-0/+3
From http://bugzilla.wikipedia.org/attachment.cgi?id=171&action=view and extra files from http://www.tgries.de/mw/cvs15+enea200-minus-cvs.tgz Undid a couple minor bits like the broken changing of minoreditletter. Have not yet made general corrections/reworkings. Since this changes the user and watchlist tables, you must run the updaters (installer or update.php) on an existing database. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6696