Latchezar Mladenov
Posts: 0
Joined: Thu Jan 10, 2013 11:19 pm

Sign up

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?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Sign up

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/...

Latchezar Mladenov
Posts: 0
Joined: Thu Jan 10, 2013 11:19 pm

Sign up

And how to create users via REST API?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Sign up

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

Latchezar Mladenov
Posts: 0
Joined: Thu Jan 10, 2013 11:19 pm

Sign up

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Sign up

On input, username and password.

Latchezar Mladenov
Posts: 0
Joined: Thu Jan 10, 2013 11:19 pm

Sign up

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)?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Sign up

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.

Latchezar Mladenov
Posts: 0
Joined: Thu Jan 10, 2013 11:19 pm

Sign up

How to check the passwords. Javascript?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Sign up

Yes.

Return to “Issues”