User sign up

0
Is it possible to have a user sign up with a password so that my app can be used individually by each different user? If so, where can I find a template to add onto my app? Or do I need to create that myself somehow? TIA
asked
3 answers
2

Activate Security and you get your login page for free.

answered
1

Set up the security settings. Don’t forget to retrieve and display data based on the account to make sure, only the related sees the correct information.

answered
0

You can create your own user module for user sign-up / login although you can use Login Form from the the app store to get Easy Login Form 

Link For Login Form

Rather all if you want a user to be register via facebook or google the you can also use Open Authentication Module From App store.

Link For Open Authentication Module

answered