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

Password complexity requirements disabling #39

Open
wants to merge 4 commits into
base: public
Choose a base branch
from

Conversation

Plsk-test
Copy link
Contributor

Password complexity requirements disabling

root and others added 4 commits July 28, 2021 04:45
	modified:   debian/solus-debian-10.json
…mages

	new file:   windows/scripts/disable-password-complexity.ps1
	modified:   windows/windows-2019.json
	modified:   windows/windows-2022.json
@@ -68,7 +68,8 @@
"provisioners": [
{
"scripts": [
"windows/scripts/debloat-windows.ps1"
"windows/scripts/debloat-windows.ps1",
"windows/scripts/disable-password-complexity.ps1"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will no use it by default.

@@ -67,7 +67,8 @@
"provisioners": [
{
"scripts": [
"windows/scripts/debloat-windows.ps1"
"windows/scripts/debloat-windows.ps1",
"windows/scripts/disable-password-complexity.ps1"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will no use it by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants