martinedens
Member
Posted 1 month ago #
Hi, I'm using both OpenID and WP-FacebookConnect plugin's together with the terrific Theme-my-login. However I can't get them to work together. The OpenID box appears on the "new" login pages but doesn't work with the registration/login procedure. Is there any way to activate the OpenID and WP-FacebookConnect from the Theme-my-login pages?
Otherwise, how should I do to remove the OpenID and WP-FacebookConnect logins?
http://wordpress.org/extend/plugins/theme-my-login/
I just got a feedback from user of my plugin, "wp invites".
"wp invites" uses triggers
register_form
registration_errors
user_register
and seems like "theme-my-login", when rewriting login page, forgets to implements those.
I don't really care about this because don't use "theme-my-login", but let's make web a better place to live :)
jfarthing84
Member
Posted 1 month ago #
That is incorrect.
Theme My Login implements both the register_form action and the registration_errors filter. And the user_register action is called from the function wp_insert_user, which is defined in wp-includes/registration.php and has nothing to do with Theme My Login.
You should do some reasearch before blaming/bashing someone elses plugin :)
It's just that this plugin conflicts with OpenID, WP-FacebookConnect and wp-invites - I just made heuristic conclusion :)
Of cause I'm not sure about this because I didn't set up Theme My Login - too lazy ^_^'