Documentation Index

Fetch the complete documentation index at: https://kb.pharos.com/llms.txt

Use this file to discover all available pages before exploring further.

How to change the default Billing Option for Users created in the Nerve Center.

Prev Next

How to change the default Billing Option for Users created in the Nerve Center.


Locate the modifypatron.asp file, which should be located under Inetpub\wwwroot\SignUp. This can be edited with any text editor, such as Notepad.

In modifypatron.asp search for the text:

if (IsNewId)
{
ModifyUser();

Replace it with:

if (IsNewId)
{
User.BillingOption = "Arrears";
ModifyUser();

Save the file and restart IIS.