From 82e7e8acf80c62ec6d238fedae251efc5fc37720 Mon Sep 17 00:00:00 2001 From: "Duck (Jakob Munih)" Date: Fri, 2 Oct 2009 09:50:23 +0200 Subject: [PATCH] Comment out passwd capability for now --- folks/edit/password.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/folks/edit/password.php b/folks/edit/password.php index e9b66003d..354d82d59 100644 --- a/folks/edit/password.php +++ b/folks/edit/password.php @@ -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(); -- 2.11.0