But here is a simple work around.
Make sure you add the edits back before you go live with your board..
This will create a huge whole in phpbb security!!
OPEN: umil/umil_auto.php
FIND: Delete or Comment Out
Code: Select all
// Display a login box if they are not logged in
if (!$user->data['is_registered'])
{
login_box();
}
FIND: Delete or Comment Out
Code: Select all
// Check after initiating UMIL.
if ($user->data['user_type'] != USER_FOUNDER)
{
trigger_error('FOUNDERS_ONLY');
}