Update 1.0.71

This commit is contained in:
ultimatemember
2015-03-02 21:03:37 +02:00
parent 832db67584
commit 6ff2da7672
5 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class UM_Password {
global $ultimatemember;
if ( isset($_REQUEST['act']) && $_REQUEST['act'] == 'reset_password' && isset($_REQUEST['hash']) && strlen($_REQUEST['hash']) == 30 &&
if ( isset($_REQUEST['act']) && $_REQUEST['act'] == 'reset_password' && isset($_REQUEST['hash']) && strlen($_REQUEST['hash']) == 40 &&
isset($_REQUEST['user_id']) && is_numeric($_REQUEST['user_id']) ) {
um_fetch_user( $_REQUEST['user_id'] );