28 lines
676 B
Diff
28 lines
676 B
Diff
From ffdfc69e282ac858704bb1fe5a425420ca455db7 Mon Sep 17 00:00:00 2001
|
|
From: Jakub Filak <jfilak@redhat.com>
|
|
Date: Thu, 6 Nov 2014 06:35:53 +0100
|
|
Subject: [PATCH] wizard: put rootpw on the forbidden words list
|
|
|
|
Related to #1041558
|
|
|
|
Signed-off-by: Jakub Filak <jfilak@redhat.com>
|
|
---
|
|
src/gui-wizard-gtk/forbidden_words.conf | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/src/gui-wizard-gtk/forbidden_words.conf b/src/gui-wizard-gtk/forbidden_words.conf
|
|
index deab04b..1fbc1ca 100644
|
|
--- a/src/gui-wizard-gtk/forbidden_words.conf
|
|
+++ b/src/gui-wizard-gtk/forbidden_words.conf
|
|
@@ -23,6 +23,7 @@ PASS
|
|
password
|
|
Password
|
|
PASSWORD
|
|
+rootpw
|
|
secret
|
|
Secret
|
|
SECRET
|
|
--
|
|
2.1.0
|
|
|