If you have put your site into maintenance mode, but have forgotten your access code, follow the steps below to retrieve it.
defined('_ENGINE') or die('Access Denied');
return array (
'maintenance' =>
array (
'enabled' => true,
'code' => '[ACCESS_CODE]',
),
'environment_mode' => 'development',
);
Your access code should be located where the "[ACCESS_CODE]" placeholder is above. Copy the code from your file, and use it to access your site.
Note:
Your Maintenance Mode Code can be configured and recorded from your General Settings page, for future reference.