ianmartorell / meteor-accounts-ui-bootstrap-3

accounts-ui package with Bootstrap 3 and localization support
150 stars 109 forks source link

No login services configured #191

Closed javidrashid closed 8 years ago

javidrashid commented 8 years ago

I removed the accounts-ui package, have bootstrap package already and then I did:

meteor add ian:accounts-ui-bootstrap-3

and have added the following html in my navbar template:

After rebooting meteor, I see "No login services configured" messages instead of Login/Signup dropdown. Am I supposed to do anything else to configure this thing to get it working.

FYI, my meteor version is 1.2.1

ianmartorell commented 8 years ago

Did you add the accounts-password package? You'll need at least one accounts plugin like that one or accounts-google, accounts-facebook, accounts-github, etc.

javidrashid commented 8 years ago

I am not using any third party service providers like facebook, google et-al. I hadn't done meteor add accounts-password thats why the problem. Thanks for the pointer though.