From b249cb242730afe6a469419b70789f65a9ead972 Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Wed, 16 Feb 2011 03:10:14 -0500 Subject: Reword help for the user module https://fedorahosted.org/freeipa/ticket/351 --- ipalib/plugins/user.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ipalib/plugins/user.py') diff --git a/ipalib/plugins/user.py b/ipalib/plugins/user.py index e74b8bed..343f6883 100644 --- a/ipalib/plugins/user.py +++ b/ipalib/plugins/user.py @@ -32,6 +32,9 @@ Disabling a user account prevents that user from obtaining new Kerberos credentials. It does not invalidate any credentials that have already been issued. +The password management is not a part of this modules. For more information +about this topic please see 'ipa help passwd'. + EXAMPLES: Add a new user: -- cgit