You are not logged in.
I read the documentation and can not understand how to do the following in Example 04:
1) change the name, password and the right standard account (Database.SetUser ('User', 'synopse'))
2) add a new account
Maybe there is a simple example of management accounts?
Offline
You need to change the TSQLAuthUser and TSQLAuthGroup table content.
You can use the ORM classes for this.
See class procedure TSQLAuthGroup.InitializeTable() for the code which will initialize those tables with the default values.
You can write something similar.
Ensure you did read the SAD 1.18 pdf content about authorization.
We did not include any "standard" mechanism of authorization customization, since we think it is dedicated to each application: it will depend on your actual process!
Offline