Jump to content

Changing the TCAdmin User ID?


Recommended Posts

I have read another post here about customising the Username and Password details for TCAdmin when using the auto installs but I'm unclear on how to do this.

 

I would like it so the User ID on TCAdmin is the clan name.

 

Can someone explain how this can be done if it can. Also if it can be done we do you set the custom field (for clan name), in the order section or in the registrations section.

 

Thanks in advance..

Link to comment
Share on other sites

Are you using the advanced module?

 

If so, simply create a text box custom field on each product for username and product. Make sure it is shown and required. Then, edit default_values.php. Under "Client UserId and Password" change it to the following;

 

/* ************************** */
/* Client UserId and Password */
/* ************************** */

$billing_api_values["user_name"] = 'CustomField:Username';
$billing_api_values["user_password"] = 'CustomField:Password';

 

This assumes you named the username custom field "Username" and the password custom field "Password". Save and upload.

 

Users should now be able to choose their own username and password when signing up.

Link to comment
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

  • Who's Online   0 Members, 0 Anonymous, 27 Guests (See full list)

    • There are no registered users currently online
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use