Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Used in JSON API authentication and JavaScript Single Sign ON (SSO)

    Thai

    ใช้ในการรับรองความถูกต้องของ JSON API และ JavaScript Single Sign ON (SSO)

  • English
    Prevents a user's password from being directly exposed during authentication
    Thai

    ป้องกันไม่ให้รหัสผ่านของผู้ใช้ถูกเปิดเผยระหว่างการตรวจสอบสิทธิ์โดยตรง

  • This Hashed Password method is only supported by Joget Internal Directory Manager.

    Thai

    วิธี Hashed รหัสผ่านนี้รองรับโดย Joget Internal Directory Manager

...

Thai

สูตร

Code Block
md5(username + "::" + md5Base16(password));

E.g.: Assuming that the username is “admin” and the password is “admin”, the resulting hash should be “14ACD782DCFEB2BCDE2B271CCD559477”.

...