Proftpd: Difference between revisions

From DWIKI
mNo edit summary
Line 8: Line 8:


===Changing password===
===Changing password===
update users set passwd == password('newpass') where userid = 'username';

Revision as of 11:34, 9 January 2009

proftp_mysql

Documentation


Creating account

Changing password

update users set passwd == password('newpass') where userid = 'username';