Page 1 of 1

Lua script to change password

Posted: Wed May 12, 2010 1:29 pm
by technobri
I'd like to create a lua script to change the password on a user account. There isn't an API function to change user settings only c_AddUser to create users. Anyone done anything like this or got any suggestions on how to?
Thanks
Brian

Re: Lua script to change password

Posted: Wed May 12, 2010 1:36 pm
by FTP
Hi, please have a look at this post:
http://www.wftpserver.com/bbs/viewtopic.php?f=6&t=178

Re: Lua script to change password

Posted: Wed May 12, 2010 1:48 pm
by technobri
HI, Perfect!
Thought it would be a case of reading in the existing user but wasn't sure how to go about it.
Thanks v much