From: Duck (Jakob Munih) Date: Fri, 2 Oct 2009 07:50:23 +0000 (+0200) Subject: Comment out passwd capability for now X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=82e7e8acf80c62ec6d238fedae251efc5fc37720;p=horde.git Comment out passwd capability for now --- 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();