I would like amember to auto-generate the USERNAME (not password) using firstname_lastname. How can I make this modification? I'll welcome quotes to help me make this customization.
Tech support told me usernames are already auto-generated with firstname_lastname, but i was having the problem that SOME usernames were being generated with the first part of the email address. amember does either. I just commented out the code that used the email address to generate the login and now all usernames are from firstname_lastname.
In common.inc.php for the Code: function generate_login($vars='') on line 1421 in my version I just commented out the "try to use first part of email" section. That left the "from first and last name" as the sole method, whereas before both were active and the "try to use first part of email" was first.