From: hickert Date: Thu, 1 Jul 2010 13:53:57 +0000 (+0000) Subject: Added password proposal hook X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5a49703d28fe04b7dad7a7d403615f7dcabbfb7c;p=gosa.git Added password proposal hook git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18903 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_core.inc b/gosa-core/include/class_core.inc index 35614e6e8..3472e3c64 100644 --- a/gosa-core/include/class_core.inc +++ b/gosa-core/include/class_core.inc @@ -285,6 +285,16 @@ class core extends plugin { "group" => "password", "mandatory" => FALSE), + array( + "name" => "passwordProposalHook", + "type" => "command", + "default" => "", + "description" => _("The 'passwordProposalHook' can be used to let GOsa generate password proposals for you. Whenever you change a password, you can then decide whether to use the proposal or to manually specify a password.")." "._("Here is an example command:")." /usr/bin/apg -n1", + "check" => "gosaProperty::isCommand", + "migrate" => "", + "group" => "password", + "mandatory" => FALSE), + array( "name" => "displayErrors", "type" => "bool",