MSM7xx Controllers Configuration Guide v6.4.0
• username: Username of the user account.
• valid_fields: Specify the names of the fields that should be validated. Separate field
names with a space. For example: valid_fields "username password
confirm_password".
To create an account
Supply the following fields to create a new user account, or to reset an existing account:
• payment_method
• subscription_plan
• username
• password
• confirm_password
• valid_fields (listing all supplied fields) For example: valid_fields "payment_method
subscription_plan username password confirm_password"
To execute a payment
Supply the following fields to execute a payment:
• payment_method
• subscription_plan
• username
• password
• confirmation_password
• card_expiration
• card_number
• pay
• valid_fields (listing all supplied fields) For example: valid_fields "payment_method
subscription_plan username password confirm_password card_expiration card_number"
NOTE: To review payment settings, omit the pay field.
HtmlLoginRequest
This form can be used to perform several login-related actions.
Fields
• access_type: Determines the type of action that will be executed:
login: The username and password are used to attempt an HTML login. If the
login is successful, the user is redirected to the page specified by success_url. If
the login fails, the user is redirected to the page specified by error_url.
◦
◦ subscribe: The user is redirected to the page specified by subscription_url.
◦ free_access: A user account is created (with the users MAC address as the
username and password) and the user is logged into the public access interface.
If the login is successful, the user is redirected to the page specified by success_url.
If the login is fails, the user is redirected to the page specified by error_url.
• error_url: The URL to which the user is sent if the login fails. Applies to access_type =
login or free_access.
• original_url: The URL that the user came from. Normally initialized using
GetOriginalURL();
492 Working with RADIUS attributes










