Hi

I have only found one other post on this topic and that was for IIS 4.0

I am running IIS 6.0 on a windows 2003 small business server box.

We host a website to which our customers need a login to enter. These
logins are set up as domain logins on the sbs box. We would like these
customers to have the ability to change their passwords from the
outside world, but we dont want to have to make them log in to Outlook
web access in order to do it.

Surely there is a way around this. Can anybody help me?

Greg

Re: Changing passwords WITHOUT OWA by Kristofer

Kristofer
Tue Oct 11 11:55:28 CDT 2005

Hello,

IIS has very little to do with this. It is however possible to write
custom code for a page from which the users can change their Windows
password.

I did a quick search on MSDN, and this should get you started:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sds/sds/managing_user_passwords.asp

You may find additional examples on www.google.com, and also any of the
programming newsgroups (related to the programming language you will
implement this with) may help you.



--
Regards,
Kristofer Gafvert (IIS MVP)
http://www.gafvert.info/iis/ - IIS Related Info


greggysmail@gmail.com wrote:

>Hi
>
>I have only found one other post on this topic and that was for IIS 4.0
>
>I am running IIS 6.0 on a windows 2003 small business server box.
>
>We host a website to which our customers need a login to enter. These
>logins are set up as domain logins on the sbs box. We would like these
>customers to have the ability to change their passwords from the
>outside world, but we dont want to have to make them log in to Outlook
>web access in order to do it.
>
>Surely there is a way around this. Can anybody help me?
>
>Greg

Re: Changing passwords WITHOUT OWA by Sparky

Sparky
Tue Oct 11 13:15:09 CDT 2005

The lazy person's solution:
http://www.passwordmanager.com/

I bought this and have found it to be very stable and useful. I think there
is a free version that has a nag screen on it or something but may have
changed.

If you are hosting lots and lots of sites it's worthwhile. (Otherwise,
probably not.)

"Kristofer Gafvert [MVP]" <kgafvert@NEWSilopia.com> wrote in message
news:xn0e8dgxad906lf002@news.microsoft.com...
> Hello,
>
> IIS has very little to do with this. It is however possible to write
> custom code for a page from which the users can change their Windows
> password.
>
> I did a quick search on MSDN, and this should get you started:
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sds/sds/managing_user_passwords.asp
>
> You may find additional examples on www.google.com, and also any of the
> programming newsgroups (related to the programming language you will
> implement this with) may help you.
>
>
>
> --
> Regards,
> Kristofer Gafvert (IIS MVP)
> http://www.gafvert.info/iis/ - IIS Related Info
>
>
> greggysmail@gmail.com wrote:
>
>>Hi
>>
>>I have only found one other post on this topic and that was for IIS 4.0
>>
>>I am running IIS 6.0 on a windows 2003 small business server box.
>>
>>We host a website to which our customers need a login to enter. These
>>logins are set up as domain logins on the sbs box. We would like these
>>customers to have the ability to change their passwords from the
>>outside world, but we dont want to have to make them log in to Outlook
>>web access in order to do it.
>>
>>Surely there is a way around this. Can anybody help me?
>>
>>Greg



Re: Changing passwords WITHOUT OWA by Kristofer

Kristofer
Tue Oct 11 13:22:00 CDT 2005

Great link!

Thanks for letting me know about it.


--
Regards,
Kristofer Gafvert (IIS MVP)
http://www.gafvert.info/iis/ - IIS Related Info


Sparky Polastri wrote:

>The lazy person's solution:
>http://www.passwordmanager.com/
>
>I bought this and have found it to be very stable and useful. I think
>there is a free version that has a nag screen on it or something but may
>have changed.
>
>If you are hosting lots and lots of sites it's worthwhile. (Otherwise,
>probably not.)
>
>"Kristofer Gafvert [MVP]" <kgafvert@NEWSilopia.com> wrote in message
>news:xn0e8dgxad906lf002@news.microsoft.com...
>>Hello,
>>
>>IIS has very little to do with this. It is however possible to write
>>custom code for a page from which the users can change their Windows
>>password.
>>
>>I did a quick search on MSDN, and this should get you started:
>>
>>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sds/sds/managing_user_passwords.asp
>>
>>You may find additional examples on www.google.com, and also any of the
>>programming newsgroups (related to the programming language you will
>>implement this with) may help you.
>>
>>
>>
>>-- Regards,
>>Kristofer Gafvert (IIS MVP)
>>http://www.gafvert.info/iis/ - IIS Related Info
>>
>>
>>greggysmail@gmail.com wrote:
>>
>>>Hi
>>>
>>>I have only found one other post on this topic and that was for IIS 4.0
>>>
>>>I am running IIS 6.0 on a windows 2003 small business server box.
>>>
>>>We host a website to which our customers need a login to enter. These
>>>logins are set up as domain logins on the sbs box. We would like these
>>>customers to have the ability to change their passwords from the
>>>outside world, but we dont want to have to make them log in to Outlook
>>>web access in order to do it.
>>>
>>>Surely there is a way around this. Can anybody help me?
>>>
>>>Greg

Re: Changing passwords WITHOUT OWA by greggysmail

greggysmail
Thu Oct 13 06:23:57 CDT 2005

Thankyou all very much for your effort. Much appreciated. :-)