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