Per code review: Redo these allowBlah() functions (except allowPasswordChange) into...
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 19 May 2009 16:23:58 +0000 (16:23 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 19 May 2009 16:23:58 +0000 (16:23 +0000)
commit9b3711e58bce5bf581fae9e4bf9e059c8c777b3d
treee7d85122463d984cd0238031e62a7c7b3bd34a1d
parent3b632e09aca414a4929647c29cb0a0db03c647dc
Per code review: Redo these allowBlah() functions (except allowPasswordChange) into a general allowPropChange(), update Preferences to use this. Checked extensions in SVN using AuthPlugin and none have implemented any of the allow*() functions, so nothing should break.
includes/AuthPlugin.php
includes/Preferences.php