e107Hacks.org

Home | Forum | Downloads | Upload | Hack | Members | Links | Add | Search

e107Hacks.org :: Forums :: Hack Request & Discussion - Public :: Hacks Requests

Hi All,

I have a small issue with the signup.php required fields. Essentially I'd like to make signup to my site incredibly simple, requiring only email and password for registration.

The display name and more importantly the login name should = the email address. My initial thoughts are to comment out the sections in signup.php that display these input fields and add a bit of code to the submit button that would populate these fields withthe email address info.

Sadly my php skills are lacking, any help here would be greatly appreciated.