Security, Users And Groups in DB

Hello!!

I have a question for us. I want to make an applicattion with servoy. I want to grant user access to the forms, with the security schema of Servoy. But i want to do this in run time. I want make a form, similar to the servoy form, and the final user of the applicattion can create groups and users, and define the rights of the users over each form. Is it posible? If yes, in wich tables servoy stores the users of the applicattion. I saw the servoy_users table, but only have the records users and admin, and i create others users, but i cant see them.
Thanks and sorry by my english, im from Argentina.

As I found out the other day, if you are using Servoy Developer then they are in the filesystem in your Servoy workspace folder. Look for ‘security.sec’ in the relevant resources\security subfolder there. It looks like JSON to me.

Excelent!!!
Thanks you very much Alan!