Is it possible to only have 3 fields on the sign up page? Can I just have: First Name: Email: Affiliate Id: ? Katie
@evevera: You can certainly modify the signup php and template to only have (and require) those fields. I would think you would not even need "Affiliate ID" since that should be derived from the link used to refer the visitor to your site in the first place. You would probably also need to customize a bit of the javascript that handles the required field checks.
Not sure about the javascript. But I thought those fields that are required has to be on the form? Also, I'd like the user to login with just their email address. Can I even have no password for login?
You can have the system generate the username and password- its under amember admin / setup / advanced i think. David
You can have the system generate the password for you, but you can't take it out completely during the login stage... unless you are open to some heavy duty customization there.