meteor-useraccounts / materialize

Accounts Templates styled for Materialize.
http://useraccounts.meteor.com/
MIT License
49 stars 26 forks source link

How to use this correctly? #5

Closed Exegetech closed 9 years ago

Exegetech commented 9 years ago

Hello,

Sorry for my stupid question. But I am trying to use useraccounts materialize and wondering how to achieve the look that the example gives screen shot 2015-03-09 at 14 23 55

What I got when putting {{> atForm}} is this picture screen shot 2015-03-09 at 14 21 05

Sorry for my stupid question

splendido commented 9 years ago

Hello @christiansakai, for a quick start you can have a look at the boilerplates.

From what I can see you should add at least an account service with meteor add accounts-password or some social login service. Lets have a look at the Setup section of the Guide

you also have to add your materialize package ;-)

Exegetech commented 9 years ago

Hi @splendido,

Thanks for the reply. Yes I git clone all the boilerplate, but it seems there is no structure inside that actually defines it. I might have missed it.

I already add meteor add accounts-password and also meteor add materialize:materialize but still can't figure out how to actually use it.

So, seems like I am missing the entire part where "sign up with google" and "username and password" field is. I only get the h1 "Sign up" and p "don't have an account? register"

splendido commented 9 years ago

So the materialize boilerplate didn't work for you? it's deployed here

It should be enough to add some accounts packages (as you already did) run meteor update to get all packages installed and up to date. Make sure you have at condifuration file and accounts configuration file and that should be it!

Let me know!

Exegetech commented 9 years ago

Thank you. I will look into it more

der-daniel commented 6 years ago

Links are not working. Stuck at the same problem..