reg. help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ChessTerR
Forum Newbie
Posts: 2
Joined: Sun May 11, 2008 8:44 am

reg. help

Post by ChessTerR »

Hi
I have a problem whit ifdate system.... How can i make it when a user is registered not to wait for a e-mail to be send but see his password in the site

P.S. sorry for my bad english
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Re: reg. help

Post by Jade »

If I understand what you're asking, you want the user to be able to see their password on the page after they've signed up? To do that you'd need to echo/print their password once their registration is complete.
User avatar
Mordred
DevNet Resident
Posts: 1579
Joined: Sun Sep 03, 2006 5:19 am
Location: Sofia, Bulgaria

Re: reg. help

Post by Mordred »

Never display or send the user his password.
Post Reply