From 8fd2f03ac0a6725c8eea9c5495c643ee64d7bb77 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 29 Jan 2006 14:10:54 +0100 Subject: resendpasswd option added darcs-hash:20060129131054-7ad00-aa633eafdd206cb38c710cc6a6de958c14eecb6d.gz --- inc/auth.php | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/auth.php') diff --git a/inc/auth.php b/inc/auth.php index ddc4007cf..7ae0da1a4 100644 --- a/inc/auth.php +++ b/inc/auth.php @@ -541,6 +541,7 @@ function act_resendpwd(){ global $auth; if(!$_POST['save']) return false; + if(!$conf['resendpasswd']) return false; // should not be able to get here without modifyUser being possible... if(!$auth->canDo('modifyUser')) { -- cgit v1.2.3