Hello everyone, I would like to know if there is any way to change (or reset) a user password through a command line or through a DXL script It would be nice to have something like: -resetpassword server@port adminUser adminPassword username newPassword
Thanks friendlyUser - Fri Jun 17 04:46:16 EDT 2016 |
Re: Reset an user password from cmd or through a script You can do this with DXL. For example:
User u = find("user1")
FYI the DXL forum is located at... |