Skip to content

Commit

Permalink
Actions update for manager-4.3--MU-4.3.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
0rnela committed Jan 16, 2024
1 parent c6261cf commit bce4771
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_uyuni.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build_test_deploy_uyuni
on:
push:
branches:
- manager-4.3
- manager-4.3-MU-4.3.11

env:
LANG: "en_US.UTF-8"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translation_tests_cs_CZ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: translation_test_cs_cz
on:
push:
branches:
- manager-4.3
- manager-4.3-MU-4.3.11

env:
LANG: "cs_CZ.UTF-8"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translation_tests_en_US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: translation_test_en_us
on:
push:
branches:
- manager-4.3
- manager-4.3-MU-4.3.11

env:
LANG: "en_US.UTF-8"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translation_tests_es_ES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: translation_test_es_es
on:
push:
branches:
- manager-4.3
- manager-4.3-MU-4.3.11

env:
LANG: "es_ES.UTF-8"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translation_tests_ja_JP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: translation_test_ja_jp
on:
push:
branches:
- manager-4.3
- manager-4.3-MU-4.3.11

env:
LANG: "ja_JP.UTF-8"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translation_tests_ko_KR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: translation_test_ko_kr
on:
push:
branches:
- manager-4.3
- manager-4.3-MU-4.3.11

env:
LANG: "ko_KR.UTF-8"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translation_tests_zh_CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: translation_test_zh_cn
on:
push:
branches:
- manager-4.3
- manager-4.3-MU-4.3.11

env:
LANG: "zh_CN.UTF-8"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_gettext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: UPDATE TRANSLATION FILES
on:
push:
branches:
- manager-4.3
- manager-4.3-MU-4.3.11

jobs:
run:
Expand Down
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.

0 comments on commit bce4771

Please sign in to comment.