Skip to content

1.7.1

Choose a tag to compare

@guoshiqiufeng guoshiqiufeng released this 29 Dec 06:38
· 3 commits to main since this release
9436df6

Server login for new password encryption feature

Fixed server login issue for Dify 1.11.2 by adding Base64 password encryption support.

Key Changes

New Configuration Parameter: dify.server.password-encryption

  • Type: Boolean
  • Default: true
  • Required for Dify 1.11.2+, set to false for earlier versions

Upgrade Guide

  • Dify 1.11.2+: No configuration change needed (default: true); Or set it to false and set the password to Base64 encrypted ciphertext.
  • Dify < 1.11.2: Set password-encryption: false

Full Changelog: v1.7.0...v1.7.1