1. Home
  2. Docs
  3. Modules & Plugins
  4. WHMCS
  5. WHMCS Affiliate URL Gener...
  6. Customizable Features

Customizable Features

Force Users to Login Before able to Generate any URLs

In the urlgenerator.php file you can uncomment (remove the two //) line 20. You will then have the following code:

$ca->requireLogin(); // Uncomment this line to require a login to access this page.

Users will now need to login before they can access the page.

How can we help?