Re: [phplib] How does user change his/her own password? From: Davor Cengija (davor <email protected>)
Date: 08/10/00

On Wed, 9 Aug 2000, Jim Ide wrote:

>Using PHPLib, how can a user change his/her own password?
>Will the new and old passwords be visible over the link, and therefor
>vulnerable to eavesdropping?

        I usually create <form> myself, with method="POST". That
        should hide the old/new passwords from being visible over the
        link (in URL), but if someone is listening your connection,
        passwd combinations can be revealed. Use SSL.

-- 
      v
Davor Cengija
davor <email protected>
============================
"Nicht in die Augen bringen"

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>