I am working on an admin page that allowthe aministrator to create a user among other things. To avoid double entry I am trying to populate an additional form with information from the create user wizard. I have no problem with any of the fields except the password field. I can not get it to show the password in a seperate text box. I am sure this is some kind of security isse but I would think this would not be this hard to figure out.
I have tried this code
UserPasswordconftxbx.text = CreateUserWizard1.password
The UserPasswordconftxbx just shows up blank. This same code works fine for user and email, etc......
Any Suggestions?