-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Actions update for manager-4.3--MU-4.3.11.
- Loading branch information
Showing
9 changed files
with
34 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: UPDATE TRANSLATION FILES | |
on: | ||
push: | ||
branches: | ||
- manager-4.3 | ||
- manager-4.3-MU-4.3.11 | ||
|
||
jobs: | ||
run: | ||
|
26 changes: 26 additions & 0 deletions
26
modules/common-workflows/pages/workflow-password-policy-settings.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[[workflow-password-policy-settings]] | ||
|
||
|
||
= Password policy settings | ||
|
||
For {productname} the default number of characters for user passwords in {webui} is limited to 32. | ||
|
||
In case there is a requirement for passwords longer than 32 characters, follow these steps: | ||
|
||
|
||
.Procedure: Adjusting password settings manually | ||
[role=procedure] | ||
. Edit file [path]``/etc/rhn/rhn.conf `` | ||
. Search relevant parameter in the section below: | ||
|
||
+ | ||
---- | ||
min_passwd_len = 5 | ||
max_passwd_len = 32 | ||
min_user_len = 3 | ||
max_user_len = 64 | ||
max_email_len = 128 | ||
---- | ||
+ | ||
|
||
. Run [command]``spacewalk-service restart`` to activate the changes. |