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

Change of format for password stored in console.pw to UNIX crypt extended format #1708

Merged

Conversation

tfr42
Copy link
Member

@tfr42 tfr42 commented Jun 7, 2024

Fixes #1616. This PR introduces the UNIX crypt extended password format for the file console.pw. It will introduce a breaking change to the file format of the console.pw file. Users need to re-create their password when upgrading to deegree 3.6.

@tfr42 tfr42 added enhancement enhancement or improvement breaking breaking change labels Jun 7, 2024
@tfr42 tfr42 added this to the 3.6 milestone Jun 7, 2024
@tfr42 tfr42 self-assigned this Jun 7, 2024
@stephanr stephanr merged commit 9136802 into deegree:main Jun 7, 2024
2 checks passed
@tfr42 tfr42 deleted the feature/improveConsolePwdEncryption-1616 branch June 7, 2024 11:44
@tfr42 tfr42 changed the title Changing format of password stored in console.pw to UNIX crypt extended format Changed format of password stored in console.pw to UNIX crypt extended format Jun 7, 2024
@tfr42 tfr42 changed the title Changed format of password stored in console.pw to UNIX crypt extended format Change of format for password stored in console.pw to UNIX crypt extended format Jun 7, 2024
@tfr42 tfr42 added the console deegree administration console label Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking breaking change console deegree administration console enhancement enhancement or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace custom file format of encrypted console password by openssl format
2 participants