Skip to main content
Participating Frequently
February 7, 2012
Question

How do I allow users to create there own password

  • February 7, 2012
  • 4 replies
  • 1307 views

I have a membership area on my website but when users sign up, they get an automatic password in their email. How do I set it so they can create there own password. Have a look at the image of the phpMyAdmin page and the sign up page. P.S: I am using cPanel 11.



This is were you can sign up. Have a look at the code:

http://member.eol-productions.org/join

This topic has been closed for replies.

4 replies

Participating Frequently
February 7, 2012

Ahh. Thanks.

Well do you know how to solve this problem? Download the package and have a look how.

Regards

Leon

Participating Frequently
February 7, 2012

>Well do you know how to solve this problem?

Yes. You copy the code you are having problems with and paste it into this thread.

Participating Frequently
February 7, 2012

Well thats the thing. I dont know what code to copy. Its just the whole thing. I have provided you with the default file for my membership area. Thats why i would like someone to have a look at it and tell me where iv gone wrong.

Regards

Leon

Participating Frequently
February 7, 2012

You can speek to me now at: http://eol-pro.org/u/chat

Participating Frequently
February 7, 2012

Thanks,

I have tryed all of this but it still sends them a random password. And to see the code just go to code view in your browser on the page: http://member.eol-productions.org/join. Or download my default member pack which i have used.

Regards

Leon

Participating Frequently
February 7, 2012

>And to see the code just go to code view in your browser on the page:

You can't view server side code in a client (browser). To see what's wrong with the code, you'd need to provide the code

February 7, 2012

Can't see the code. You haven't provided it. To allow user to choose pw simply add a pw form field into registration form and add additional script to process pw and insert into database.

best,

Shocher