Index: trunk/extensions/LdapAuthentication/LdapAuthentication.php |
— | — | @@ -964,6 +964,7 @@ |
965 | 965 | if ( '' != $this->email ) { |
966 | 966 | $this->printDebug( "Setting email.", NONSENSITIVE ); |
967 | 967 | $user->setEmail( $this->email ); |
| 968 | + $user->confirmEmail(); |
968 | 969 | } |
969 | 970 | if ( ( isset( $wgLDAPUniqueBlockLogin[$_SESSION['wsDomain']] ) && $wgLDAPUniqueBlockLogin[$_SESSION['wsDomain']] ) |
970 | 971 | || ( isset( $wgLDAPUniqueRenameUser[$_SESSION['wsDomain']] ) && $wgLDAPUniqueRenameUser[$_SESSION['wsDomain']] ) ) { |