neoBcryptCheckPassword how to check password - Forum

Forum Navigation
You need to log in to create posts and topics.

neoBcryptCheckPassword how to check password

Hi ,

I try to use neoBcryptCheckPassword to validate a password I got from a mysql database on a subroutine

CreateEmptyObject [miobjsuma]
SetVar [miobjsuma] [data]
SetVar [password] [miobjsuma(0) ('password')]
SetVar [vendorid] [miobjsuma(0) ('vendorid')]
SetVar [product] [miobjsuma(0) ('product')]
SetVar [status] [miobjsuma(0) ('status')]

neoBcryptCheckPassword "George@76" "[password]" [correct]

If [correct] == true
SetVar [password] "ok"
Else
SetVar [password] "Not ok"
EndIf

The code is not working any idea why ?

 

@ecotip please use this plugin updated version and let me know if it works now.
Thank you!

Uploaded files:
  • You need to login to have access to uploads.
Vadim has reacted to this post.
Vadim

It works perfect now!!!

One more time thank you for you excellent support!!!

luishp has reacted to this post.
luishp