Skip to content

Create user method

With "Create User" method, you can implement sign-up functionality in your application. Users will be saved in the Base and table you selected in the App configuration.

  • All passwords will be encrypted!

NOTE

To use this method, you will need to enable authentication in the App configuration

Parameters

  • Email: This is a required function field where you can return the user's email.
  • Password: This is a required function field where you can input the user's password.
  • Page: This is an optional function field where you can input the URL of the page to which you want to redirect the user after successful sign-up.
  • Auto Login: This is a checkbox field that lets Wized know if you want to automatically sign in the new user or not.

User Create Method