HelloWe are using local user administration on our teamsite server on Windows Server 2003.For security reasons these password are set to expiry after a set number of days Users access Teamsite through the web interface.We need a way for users to be able to change their passwords when they expire but we don't want to enable remote desktop for these users just so they can change their passwords.Is there a way we can set this up to allow users to change their password when it expires?Thanksi
Thanks for all the input.But I guess what I am trying to find out. Is how do I setup the ability for the users to change their passwords?They can't login on to the server itself. They only access it over the web.is there a webpage that I can setup to allow the users to change their password for the local account?If I am using a domain account then what happens in TeamSite if the users password expries?There maybe cases where they log into the teamsite through the webfrom a PC that is not a member of the DomainDo they get a message saying it has expired? Thanks
You can create a custom menu item that prompts for the information needed and then utilizes the Windows commands for (either directly or through a Perl module interface) to perform the password change - I believe it's something like: net username password
It's actually NET USER username password... See here