Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encrypt LDAP bind password in db with SECRET_KEY #15547

Merged

Commits on Apr 19, 2021

  1. Encrypt LDAP bind password in db with SECRET_KEY

    The LDAP source bind password are currently stored in plaintext in the db
    This PR simply encrypts them with the setting.SECRET_KEY.
    
    Fix go-gitea#15460
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    a5f7e4c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. Configuration menu
    Copy the full SHA
    8a5a948 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Configuration menu
    Copy the full SHA
    07ef6f5 View commit details
    Browse the repository at this point in the history
  2. update documentation

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed May 18, 2021
    Configuration menu
    Copy the full SHA
    bd1c33c View commit details
    Browse the repository at this point in the history
  3. update doc

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed May 18, 2021
    Configuration menu
    Copy the full SHA
    a1484ba View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Configuration menu
    Copy the full SHA
    74386d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    987f192 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39fc0eb View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Configuration menu
    Copy the full SHA
    9049bcb View commit details
    Browse the repository at this point in the history