• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

Verified user password

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Verified user password

    Hi..
    Need some help to verified user password
    some app call program no security,
    but the app send user password and i want to verified it

    is there any procedure that we can use to verified user password?

    Thx

  • #2
    If you're trying to check an IBM i user password, you can use the QSYGETPH API.

    If you're trying to check a Valence (non-IBM i) user password, you can do it like this:

    passwordOK = vvSecure_isValidLogin(loginId:password);

    Comment


    • #3
      Thx for this.... i'll try it

      Comment

      Working...
      X