How to change the default Billing Option for Users created in the Nerve Center.
  • 03 Apr 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

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

  • Dark
    Light
  • PDF

Article summary

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.


Was this article helpful?


Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.