X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Fclass_password-methods-clear.inc;h=89e6c7b9ed02c26751785324091a420fda7b2a7d;hb=28ae00a52f184c2e0818500fafc38280e44f9efb;hp=e4d28e993765bc65fc471baf58f9773503eacac7;hpb=c2c6a6e54355a1b67c25bb4d761d847513810d02;p=gosa.git diff --git a/include/class_password-methods-clear.inc b/include/class_password-methods-clear.inc index e4d28e993..89e6c7b9e 100644 --- a/include/class_password-methods-clear.inc +++ b/include/class_password-methods-clear.inc @@ -35,6 +35,13 @@ class passwordMethodClear extends passwordMethod { return $pwd; } + + + function get_hash_name() + { + return ("clear"); + } + } // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: