I'm not sure if I found the hack somewhere or I wrote it. Here it is anyway:
Code: Select all
#
#-----[ OPEN ]------------------------------------------
#
admin/admin_easymod.php
#
#-----[ FIND ]------------------------------------------
#
if ($get_password)
#
#-----[ BEFORE, ADD ]------------------------------------------
#
if( md5('') == get_em_pw() )
{
$get_password = false;
$password = '';
}
#
#-----[ FIND ]------------------------------------------
#
'L_EM_INTRO' => $lang['EM_Intro'],
#
#-----[ AFTER, ADD ]------------------------------------------
#
'S_ACTION' => append_sid('admin_easymod.' . $phpEx),
I wonder if some sort of this could be added to a future version of EM. Maybe to make it more suitable, it could be added an option, so at installation time, the admin can mark a checkbox to confirm the "password panel bypass" whenever the password is set as empty.
