Code

Updated password field handling
[gosa.git] / gosa-core / include / password-methods / class_password-methods-crypt.inc
index 518449a139da862604446451b2d4d1d371a2f249..62b1a084857a0b9d69d4006dfcd2a173bed3fed9 100644 (file)
@@ -36,6 +36,11 @@ class passwordMethodCrypt extends passwordMethod
     }
   }
 
+  function create_template_hash($attrs)
+  {
+    return($this->generate_hash('N0T$3T4N0W').'N0T$3T4N0W');
+  }
+
 
   function generate_hash($pwd)
   {