wiki.techinc.nl/maintenance/archives/patch-email-authentication.sql
Brion Vibber aed4a04076 Clean up e-mail authentication code.
* 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
2005-04-25 18:38:43 +00:00

3 lines
140 B
SQL

-- Added early in 1.5 alpha development, removed 2005-04-25
ALTER TABLE /*$wgDBprefix*/user DROP COLUMN user_emailauthenticationtimestamp;