Change password from an HTML page (directly in IE/CHM/HTA)

ActiveX/VBSScript registry editor  ActiveX NT User account manager  Export MDB/DBF from ASP
Url replacer, IIS url rewrite Active LogFile  Email export  ActiveX/ASP Scripting Dictionary object
 IISTracer, real-time IIS monitor
 Huge ASP upload - upload files with progress.
          Sample for UserManager.Server.ChangePassword 

Examples

Change password from an HTML page (directly in IE/CHM/HTA) 
Old password : New password :
Source code for this Script:

<form Name=Password>
 Old password : <input Name=OldPassword> 
 New password : <input Name=NewPassword>
 <input type=button onclick="ChangePassword()" Value="Change Password">
</form>

<script language=vbscript>
 Function ChangePassword()
  Set Server = CreateObject("UserManager.Server")
  Server.Select ""
  Server.ChangePassword document.forms.Password.OldPassword.Value, document.forms.Password.NewPassword.Value
  MsgBox "Password was changed to " & document.forms.Password.NewPassword.Value
 End Function
</script>

  Other links for Change password from an HTML page (directly in IE/CHM/HTA)

UserManager.Server

Properties of servers, enumerating users, logon/logoff to the user administrator account.

UserManager

Easy to use classes to create, delete and manage local and remote user accounts, groups, servers and domains in the Windows NT (2000/XP) environment. Simple work with user accounts and groups from VBA, VBS/JS, ASP and T-SQL.

© 1996 – 2006 Antonin Foller, Motobit Software, help{at}pstruh.cz, help v. 2.03.68