• intercloud

    (@intercloudhost)


    More than requesting help, this post is intended to help admin users with iThemes Security installed and have “Away mode” active.

    Have you ever needed to make urgent changes to your site, but your Away mode, enabled, doesn’t allow you to access your back end?

    Actually, on version 4.1.5, you can manually overide this configuration (worked on a “Daily (Type of restriction)”):

    Step 1. Access your database manager
    Step 2. Go to your “options” table
    Step 3. Find row “itsec_away_mode”. Edit.
    Step 4. You might find something like:

    a:4:{s:4:"type";i:1;s:7:"enabled";b:0;s:5:"start";i:1398470400;s:3:"end";i:1398578400;}

    Change parameter “enabled” to “disabled”. Leave the rest. Try to log in now.

    Hope this helps some one in a hurry trying to access backend with Away mode active.

    https://wordpress.org/plugins/better-wp-security/

Viewing 4 replies - 1 through 4 (of 4 total)
  • FYI…

    i used 2 methods, both are working:

    1. change the DB value of itsec_away_mode to
    a:4:{s:4:”type”;i:1;s:7:”enabled”;b:0;s:5:”start”;N;s:3:”end”;N;}

    OR

    2. change the DB value of itsec_away_mode to
    a:4:{s:4:”type”;i:1;s:7:”enabled”;b:0;s:5:”start”;<TIME IN THE PAST>;s:3:”end”;<TIME IN THE PAST>;}

    Thread Starter intercloud

    (@intercloudhost)

    Nice one yossib! That should do the trick too.

    clo AS

    (@adelalsaadyhotmailcom)

    Hey
    My Away Mode is enabled and i cannot access the backend,
    I went through your comments and accessed my DB but no
    row “itsec_away_mode” was found!!

    any help ?

    Hi,

    You can manually disable Away Mode via (S)FTP by navigating to wp-content > uploads > themes-security and delta the itsec_away.confg file. Note that you’ll need to reset your settings after doing this.

    You can also use our WordPress management plugin iThemes Sync to release this and lockouts. The first 10 sites are free so you won’t be out any cash if you’d like to look into it.
    http://ithemes.com/sync/

    Thanks,

    Gerroald

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Unlock Away mode from database edit’ is closed to new replies.