Is there a solution for this yet? I also need the Twitter login thing.
Does the recover password know the facebook email if the option is removed?Whichever password they used to create their account, whether that was manually or via Facebook/Twitter.
Add-on Updated
I went ahead and updated this add-on since the developer hasn't replied in this thread for nearly 1 year. After initial testing I found the authentication piece of the add-on was functional, but errors with the datawriter, registration form defaults/error checking, and custom user fields weren't supported.
So, I updated it to support custom fields, fixed the errors I found, then tested user data upon registration; everything appears to be functioning as expected. I also went ahead and put the login button into the login bar via hooks, so there's no need for editing. The login button will show if the add-on is active, and won't if it's disabled.
Install:
- Upload all contents inside the upload folder to your forum root.
- Import the XML file inside the TwitterAuthentication folder.
- Go to https://dev.twitter.com/apps and create an application.
- In the ACP go to Options -> Twitter Authentication and insert your consumer key and consumer secret for your Twitter app.
I followed all of the directions but then when I tested it by trying to log in with the twitter button I get this error:
OldRow - Error
A server error occurred. Please try again later.
What are the app settings that we need to use, there are a lot of different settings, maybe that is what my error is.
Okay looks like I got it to work and associated my twitter with an account. But it brings up the authorize an app screen every time I try to log in with twitter now after I log out. Shouldn't it remember that I authorized it already?
<div class="section loginButton">
<div class="secondaryContent">
<label for="LoginControl" id="SignupButton"><a href="{xen:link login}" class="inner">{xen:phrase sign_up_now}</a></label>
<xen:if is="{$xenOptions.c2Twitter_consumerKey}">
<div class="cta_twButton">
<a href="{xen:link register/twitter, '', 'reg=1'}" class="twLogin"><img src="http://a0.twimg.com/images/dev/buttons/sign-in-with-twitter-d.png" alt="Sign up with Twitter" /></a>
</div>
</xen:if>
/* Add Twitter login button to visitor panel */
.cta_twButton {
margin: 10px 30px;
text-align: center;
}
Leave spanish translate updated addon for spanish install. Leave spanish button in local directory (for translations purpose). Work fine. Thanks.Add-on Updated
...
So, I updated it to support custom fields, fixed the errors I found, then tested user data upon registration; everything appears to be functioning as expected...
...
We use essential cookies to make this site work, and optional cookies to enhance your experience.