0

This file provides 4 UDF-functions to manage db-users:

USER_ADD(Username, Password, Tokens)
USER_DEL(Username)
USER_CHANGE_PWD(Username, Password)
USER_CHANGE_TOKEN(Username, Tokens)

Adding, deleting and token-changing is allowed only by users who have admin-rights - the password is changeable by an admin-user for every other user or by an user for it's own password.

How to use?: 

Just include the unit to the projects uses-list.

Example:
SELECT USER_ADD('NewUser', 'TopSecret', 'RW') FROM #DUMMY

Category: 
Code Examples
Current Version: 
1.0
Supported Products: 
NexusDB V3
AttachmentSize
nxMTUserManagement.zip1.78 KB
Home