Meteor User Accounts Social Network Buttons Not Displaying - meteor

m a newbie using meteor. I created an app and followed the guide by running the following commands:
-meteor add useraccounts:materialize
-meteor add materialize:materialize
-meteor add accounts-password
-meteor add accounts-facebook
-meteor add accounts....
After creating a template with the line {{> atForm}} and running the app i noticed that it never shows the external login buttons, from facebook and etc as it should. only the form for local login. It only shows the email and passord field for local authentication.
I've also tried with bootstrap and it doesn't works.
Any clues on what may be the problem?

Sometimes the packages folder gets conflicts.
You could try uninstalling all accounts packages (check .packages file). Make sure you remove accounts-ui packages, then try again with your setup. Also remove autopublish and insecure.
Ultimately a fresh install with above steps will probably fix if nothing else.

It was missing the configuration
Ex: Login With Facebook Using Meteor

Related

Wordpress ERROR :reCAPTCHA verification failed. Please Try Again

I'm new to wordpress, literally the first time using it, and now i am frustrated because i cannot even get in on the page even as an admin because of the error on the title.
So here's how it went :
i wanted to add social login for my web
i install nextend social login and use the google platform for it
i did every step right (i made sure of it, there's a list of steps in the nextend i just simply follow it)
i copy the secret id and cope, i verify it and i wanted to test it out
so i log out of my user, and i don't even see the google button to login (maybe because i haven't add it (i thought it's automatic))
and so i went to login using user and password turns out it gives me an error
ERROR :reCAPTCHA verification failed. Please Try Again.
i have searched at google, youtube and nothing seems to work, please help
Note : i cannot get into my account
Option 1: Examine what other plugins you have installed.
Perhaps one of them is interfering e.g if you have cache plugin, you might want to clear your browser cache and try again and/or disable the cache plugin entirely
Option 2: Disable and re-install
If you have access to the host account, you can disable and re-install the plugin via phpmyadmin or ftp as shown in the following article.
https://kinsta.com/knowledgebase/disable-wordpress-plugins/
Go to your hosting login to WP through there to your admin panel.
Go to your google reCAPTCHA account get keys and paste them to your reCAPTCHA plugin on Wordpress again.

Where to find email form in Meteor framework?

I have just downloaded Meteor framework from github and running it locally it shows signin/signup page..
Where can I reach that page or the page that contains the email form to authenticate?
I have looked everywhere but with no luck...
Some of the examples have the accounts-ui package built in. You can see the documentation here: https://docs.meteor.com/packages/accounts-ui.html
If you are trying to change the style of the login, you'll want to use the accounts-ui-unstyled package.
Detailed styling guidlines can be found at: https://guide.meteor.com/accounts.html#useraccounts

How do I remove Drupal profile2 module and all user profile tables it created

I have switched to a javascript / api login for front end users and need to delete all of the users in drupal (other than me) and want to find and remove all of the profile field tables that were created for user data.
pm-disable profile2 didn't not do it like I was hoping.
I recomend you to unistall the module, first disable then go to unistall modules select your module and unistall.
help here : Unistalling Modules
The unistall will delete what module created on install.
for Drush use : drush pm-uninstall mymodule
Related ask on drupalstack

packages for sending post through a mail, facebook or twitter using meteor

I want to provide the user with the option to share the posts on my website using mail, facebook or twitter... similar to this(https://hasjob.co/view/bl0dl), Please let me know the available packages or other ways in meteor & meteorite for implementing this features.
Javascript plugins like sharethis can still be used with Meteor.
However, a specific Meteor package that will give you what you want is: social share

Wordpress plugin for external DB login

Do any one know
any word press plugin that can used for external dB login ,apart from word press plugin
'External DB authentication' because it is not compactable for word press latest version 3.0.4
I have installed the External DB authentication plugin successfully, with a fresh installation of Wordpress 3.0.4. I have also been able to configure it and use it without any problem.
Could you please post the errors or problems you have encountered when you tried to install it?
I didn't know this plugin in fact, but works great, good to know about it!
Check this out: http://www.cedricve.me/blog/2011/07/18/how-to-make-use-of-wordpress-passwords/
It explains how you can make an external login with the credentials of a wordpress installation.
I hope this can help you ;)
Incase you wanted different features, that plugin didn't quite do everything I needed so I created my own called External Login:
https://wordpress.org/plugins/external-login/
If there's something it doesn't do that you require let me know as I'm always open to ideas on how to improve it.

Resources