Page 1 of 1

Sign up

Posted: Fri Feb 08, 2013 11:11 am
by Latchezar Mladenov

I read the tutorial for uploading pics and there I learned how to log in the app. But how to make sign up and save data in tiggzi database?


Sign up

Posted: Fri Feb 08, 2013 11:22 am
by Maryna Brodina

Hello! It's similar to Login service. You just need to click Create new Database Service and check Sugnup service

Image

http://docs.tiggzi.com/documentation/...


Sign up

Posted: Fri Feb 08, 2013 11:41 am
by Latchezar Mladenov

And how to create users via REST API?


Sign up

Posted: Fri Feb 08, 2013 11:48 am
by Maryna Brodina

You would need to send a POST request http://docs.tiggzi.com/documentation/...


Sign up

Posted: Sun Feb 10, 2013 8:15 pm
by Latchezar Mladenov

When I made the signUp database what kinds of mapping I should do?


Sign up

Posted: Sun Feb 10, 2013 11:11 pm
by maxkatz

On input, username and password.


Sign up

Posted: Mon Feb 11, 2013 5:22 am
by Latchezar Mladenov

And when the user write username and password they are saved in tggzi database ? Is there any way to make confirm password(two Input fields for pass)?


Sign up

Posted: Mon Feb 11, 2013 5:29 am
by maxkatz

Sure, just add a confirm password field. Check them before sending a request to the database. You will still be sending just one password field to the database.


Sign up

Posted: Mon Feb 11, 2013 5:40 am
by Latchezar Mladenov

How to check the passwords. Javascript?


Sign up

Posted: Mon Feb 11, 2013 5:49 am
by maxkatz

Yes.