Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/11/2020 in all areas

  1. What are you trying to do? Determine if a user exists within Blesta based on their login? If you are trying to use the Blesta API there is no need to "login" as the API requires Basic Auth with unique API creds, which is what you have done via aUser and aKey. If you are trying to determine if a user exists within Blesta based on their username and password, use the auth function instead of login. http://source-docs.blesta.com/class-Users.html#_auth Post to: api/users/auth.json With form data: const params = new URLSearchParams({ "username": vars.username, "vars[username]": vars.username, "vars[password]": vars.password, "type": "any" }); It will return true if the users exists otherwise false if the user does not.
    1 point
  2. Perfect!! While I'm saying thank you, thanks for all the great new features in 4.11 too. I especially appreciate the ability to enforce email address usernames—something I switched on straight away. ?
    1 point
  3. Hello Licencecart, Thank you so much i appreciate your knowledge and support, yes that worked for me.
    1 point
  4. Settings > Company > Billing / Payment > Accepted Payments Type un-tick both boxes
    1 point
×
×
  • Create New...