改变使用者密码。
语法: boolean vm_passwd(string vdomain, string username, string password, string newpassword);
传回值: 布林值
函式种类: 网路系统
本函式用来改变指定使用者密码。参数 username 为使用者的帐号。参数 password 为旧的密码。参数 newpassword 为新的密码。