summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d98dfd1)
raw | patch | inline | side by side (parent: d98dfd1)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 30 Nov 2010 16:56:44 +0000 (16:56 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 30 Nov 2010 16:56:44 +0000 (16:56 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20453 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/personal/password/class_password.inc | patch | blob | history |
diff --git a/gosa-core/plugins/personal/password/class_password.inc b/gosa-core/plugins/personal/password/class_password.inc
index 52bd71b4f1d9ec0e319203236259c0a681b163dc..8bdf26fd6334e52fd4c2aa3870e6290e9d3e9d07 100644 (file)
"name" => "PRELOCK",
"type" => "command",
"default" => "",
- "description" => _("The 'PRELOCK' statement of class password, describes a hook which gets called before a password gets locked."),
+ "description" => _("Script to be called before a password gets locked."),
"check" => "gosaProperty::isCommand",
"migrate" => "",
"group" => "password",
"name" => "POSTLOCK",
"type" => "command",
"default" => "",
- "description" => _("The 'POSTLOCK' statement of class password, describes a hook which gets called after a password is locked."),
+ "description" => _("Script to be called after a password gets locked."),
"check" => "gosaProperty::isCommand",
"migrate" => "",
"group" => "password",
"name" => "PREUNLOCK",
"type" => "command",
"default" => "",
- "description" => _("The 'PREUNLOCK' statement of class password, describes a hook which gets called before a password gets un-locked."),
+ "description" => _("Script to be called before a password gets unlocked."),
"check" => "gosaProperty::isCommand",
"migrate" => "",
"group" => "password",
"name" => "POSTUNLOCK",
"type" => "command",
"default" => "",
- "description" => _("The 'POSTUNLOCK' statement of class password, describes a hook which gets called after a password is un-locked."),
+ "description" => _("Script to be called after a password gets unlocked."),
"check" => "gosaProperty::isCommand",
"migrate" => "",
"group" => "password",