Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

loq and get_password_strength

Liam Jack edited this page Aug 25, 2015 · 1 revision

Endpoint

/loq/and/get_password_strength

Description

Used to get the strength of a new password

Request

  • new_password
  • timestamp
  • req_token
  • username

Response

Success

  • could_save: true
  • password_strength: MEDIUM

Error

  • could_save: false
  • message: (Example: Your password is the same as one of your previous ones. Please choose a different password.)
  • password_strength: TOO_WEAK
Clone this wiki locally