You are not logged in.
Pages: 1
Hi,
How can I change the User and Password for connect into the server? I'm using TSQLRestServerFullMemory in Interfaced Based Services, and for all I know
the user table stay in memory, right? How can add and remove users ?
Offline
Security is describe in the documentation (SAD pdf).
You just have to modify the TSQLAuthUser table, e.g. adding new users.
There is a method to hash the password before storage.
If you use a TSQLRestServerFullMemory kind of database, you can persist the table content using either JSON either optimized binary.
Offline
Good to know, thanks. What is the method name to persist to JSON?
Offline
Pages: 1