Items needing updating:
- Uses the AddNewAccount hook - Use LocalUserCreated instead
- Calls $wgAuth->allowPropChange( 'emailaddress' ) - Use AuthManager::singleton()->allowsPropertyChange( 'emailaddress' ) instead.
Items needing updating:
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/extensions/Echo | REL1_27 | +38 -21 | Update for AuthManager | |
mediawiki/extensions/Echo | master | +38 -21 | Update for AuthManager |
Change 296536 had a related patch set uploaded (by Gergő Tisza):
Update for AuthManager