Well, you would need to pass the password back from your action page to the form page. You can store the passwords in a shared scope and then on the form page you detect for if teh shared scoped variable exists.
Generally though, you may not want this feature. Operating Systems force users to always retype passwords as to nt sotre private security data between sessions. The only time it should remember is when the system is ready to commit the database to a secured database location that has encryption on the password. Preferably, you would want this process on an SSL enabled folder so that passwords are not sent in clear text to the action page. Cheers, Teddy On 9/27/06, Richard White <[EMAIL PROTECTED]> wrote: > > while we are on the subject of the password type, is there anyway to make > sure the boxes are cleared. what i mean by this is that if the user enters > the retyped password different from the new password, of course the > validation can only be done on the server - but when the action page it > outputs saying they are not the same but then the boxes are cleared so they > have to enter them again. > > is there anyway to stop them from clearing? > > thanks > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254445 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

