Add note about user_password_expires schema change
[lhc/web/wiklou.git] / RELEASE-NOTES-1.23
index 9664f1f..2350b8e 100644 (file)
@@ -102,6 +102,11 @@ production.
    $wgDBWindowsAuthentication, which makes the web server authenticate against
    the database server using Integrated Windows Authentication instead of
    $wgDBuser/$wgDBpassword.
+* HTMLForm 'select', 'selectandother', 'selectorother', 'multiselect', and
+  'radio' fields can now use message keys as labels via the 'options-messages'
+  parameter, which overrides the 'options' parameter.
+* Admins can expire users users passwords manually, or on a schedule using the
+  $wgPasswordExpirationDays configuration setting.
 
 === Bug fixes in 1.23 ===
 * (bug 41759) The "updated since last visit" markers (on history pages, recent
@@ -241,6 +246,8 @@ changes to languages because of Bugzilla reports.
 * mw.loader.go and mw.loader.version have been removed.
 * (bug 52815) Preference "Enable simplified search bar (Vector skin only)"
   was removed.
+* A user_password_expires column has been added to the user table. The User
+  object expects this column to exist. Use update.php to create this new field.
 
 ==== Removed classes ====
 * FakeMemCachedClient (deprecated in 1.18)