Question

Hi,

I have two questions
1 - In my Backendless account I have 3 Apps registered. Is it possible to export data from one of my apps to another account?
2 - When exporting the users table, backendless generates a csv file with all the fields of this table including the password. How can I create an authentication with this password string in case I want to create my own database?

Regards,

Rubens

Hello Rubens

  1. Yes, it is possible. The exported zip archive you may use for any account.
  2. Users’ passwords are stored in hashed form for security purposes, so you may not use them in external databases.

Regards Anton

Thanks Aston

Rubens