For some reason unknown to me, when a site is offline, you cannot login when the duo module is enabled. After successfully authenticating against Drupal database AND the Duo service, I get redirected to mysite.com/duo_login_process (with an HTTP 200 header).
It seems odd that a site administrator cannot log in when the site is offline (I had to put it back online via drush).
Comments
Comment #1
onslow77 commentedHello,
ooh, I missed this one and created the same issue.
I forced my site out of mainenance mode by adding:
conf['maintenance_mode'] = FALSE;
in my sites/default/settings.php file, when I got back in again I deleted the line.
/Martin
Comment #2
Leeteq commentedWhat is the status of this issue?
Very long time without any responses or confirmations from the module developer(s).
Comment #3
M2Lanzarin commentedIs this still an issue?
Comment #4
integrations@duosecurity.com commentedThis issue has been fixed in the latest 7.x release. If you're still running Drupal 6 and need this functionality we recommend you upgrade to Drupal 7. If this isn't possible we have documented a work around here https://github.com/duosecurity/duo_drupal/tree/master/6.x under "Maintenance/Offline Mode."