summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/passwd.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/passwd.py b/plugins/passwd.py
index 3b87607..212d97e 100644
--- a/plugins/passwd.py
+++ b/plugins/passwd.py
@@ -37,7 +37,8 @@ class PasswdPlugin(Plugin):
Plugin.initial: {Return: "resetRoot"},
"resetRoot" : {ReturnSuccess: Plugin.final}
}, description="Reset root password to random value so " \
- "the user can login and change it")
+ "the user can login and change it",
+ title="Reset root password")
name = "Password plugin"
version = "0.0.1"