Index: trunk/extensions/LdapAuthentication/LdapAuthentication.php |
— | — | @@ -886,6 +886,9 @@ |
887 | 887 | $saveSettings = true; |
888 | 888 | } |
889 | 889 | |
| 890 | + # Let other extensions update the user |
| 891 | + wfRunHooks( 'LDAPUpdateUser', array( $this ) ); |
| 892 | + |
890 | 893 | if ( $saveSettings ) { |
891 | 894 | $this->printDebug( "Saving user settings.", NONSENSITIVE ); |
892 | 895 | $user->saveSettings(); |