Comment out passwd capability for now
authorDuck (Jakob Munih) <duck@obala.net>
Fri, 2 Oct 2009 07:50:23 +0000 (09:50 +0200)
committerDuck (Jakob Munih) <duck@obala.net>
Fri, 2 Oct 2009 07:50:23 +0000 (09:50 +0200)
folks/edit/password.php

index e9b6600..354d82d 100644 (file)
@@ -14,12 +14,14 @@ define('FOLKS_BASE', dirname(__FILE__) . '/..');
 require_once FOLKS_BASE . '/lib/base.php';
 require_once 'tabs.php';
 
+/*
 // Make sure auth backend allows passwords to be updated.
 $auth = Horde_Auth::singleton($conf['auth']['driver']);
 if (!$auth->hasCapability('resetpassword')) {
     $notification->push(_("Cannot update password, contact your administrator."), 'horde.error');
     Horde_Auth::authenticateFailure('folks');
 }
+*/
 
 $title = _("Change Your Password");
 $vars = Horde_Variables::getDefaultVariables();