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

onslow77’s picture

Hello,

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

Leeteq’s picture

Version: 7.x-1.7 » 7.x-1.8
Priority: Normal » Major
Issue summary: View changes

What is the status of this issue?
Very long time without any responses or confirmations from the module developer(s).

M2Lanzarin’s picture

Is this still an issue?

integrations@duosecurity.com’s picture

Status: Active » Closed (fixed)

This 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."