Password changes on the LB platform
LB will be updating our Password Policy to keep OrderBox more secure.
The password must have:
1. Between 9-16 characters
2. Uppercase characters (A-Z)
3. Lowercase characters (a-z)
4. Numbers (0-9)
3. Special characters ~*!@$#%_+.?:,{}
Impact:
This change would impact the following users on the platform
- Resellers creating a new reseller/customer account
- Existing resellers/customers changing their account password
Note: LB recommends existing users to update their passwords as per the new policy.
The password policy changes will affect Resellers as follows:
- Resellers using the Supersite / Partnersite
LB will be making changes to the code on the Sign Up pages. In the event that you have modified the code on the sign up page, kindly review the code changes here. - Resellers using our API
Our API has been updated as per the new password policy. Please find the API details below:
Reseller Sign up API: https://test.httpapi.com/api/resellers/v2/signup.json
- Username
- Name
- Company
- Language-preference
- Password
- Address-line-1
- City
- State
- Country
- Existing resellers/customers changing their account password
- Zip-code
- Phone-CC
- Phone
- Accounting-currency-symbol
- Selling-currency-symbol
- Auth-userid
- API-key
Customer Signup API: https://test.httpapi.com/api/customers/v2/signup.json
- Username
- Name
- Company
- Language-preference
- Password
- Address-line-1
- City
- State
- Country
- Zip code
- Phone-CC
- Phone
- Auth-userid
- API-key
Change Customer Password: https://test.httpapi.com/api/customers/v2/change-password
- Customer-id
- New-password
Change Password: https://test.httpapi.com/api/reseller/v2/change-password
- New-password
Note: We highly recommend you to switch to the new APIs to become compliant with the new password policy. The older API will continue to function and not enforce the new password policy.
To see more, take a read of the knowledgebase :