X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Fclass_password-methods.inc;h=9696df66d7a2994d09a8379d586fcc76a6904a1e;hb=7c4b2a414b0cb8f1cfd04713969d7e9b8c78d2f0;hp=f4a3c0b7291a6ec4a88f0814d67a91d74cc20309;hpb=76cba442805ef41ad0e0e48e27fb82377ca1451e;p=gosa.git diff --git a/include/class_password-methods.inc b/include/class_password-methods.inc index f4a3c0b72..9696df66d 100644 --- a/include/class_password-methods.inc +++ b/include/class_password-methods.inc @@ -106,6 +106,20 @@ class passwordMethod } + // Return true if this password method provides a configuration dialog + function is_configurable() + { + return FALSE; + } + + + // Provide a subdialog to configure a password method + function configure() + { + return ""; + } + + } // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: ?>