https://bugzilla.wikimedia.org/show_bug.cgi?id=21711





--- Comment #2 from Jack D. Pond <[email protected]>  2009-11-30 13:27:31 
UTC ---
(In reply to comment #1)
> Maybe a hook should be added in the backend (User::addToDatabase()) instead?

Possible, but it is handled in includes/specials/SpecialUserLogin.php always
appearing right before addNewUserLogEntry function call, e.g.:

        wfRunHooks( 'AddNewAccount', array( $u, false ) );
        $u->addNewUserLogEntry();

This is used several times in that script, and I thought might be best to
continue the existing practice into OpenID.

However, this question brings up another, to wit, should other login/create
account hooks be included in the OpenID extension?  And if so, which ones? 
Will look into this and invite others to do so, adding to this bug?


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to