512

Product support

Visit this product's website for support.

Categories

Backend user IP verification

  • Prevent users from logging into the backend until they verify their IP address
  • Each backend user is required to verify each IP address they login from using a random generated 128 character token
  • Token are regenerated and overwritten with each login attempt effectively expiring any previously emailed tokens
A flash message displays the login restriction messaging

How it works

The plugin listens for the backend user login event to insert its functionality

How to use

Functionality is switched off by default and is turned on from the backend system settings. This allows developers to bypass the verification check when not required.

Customising the email

An email template is registered by the plugin which allows you to fully customise the design and content.

Future updates

Feature requests and contributions are welcome via Github

Bugs

Please open an issue on Github

  • Found the plugin useful on 30 Mar, 2019

    Works very well. This is a must-have plugin for improving security. It is not fully compatible with the plugin 'Two Factor Authentication' though. Using these two plugins together throws an error at login unless the IP address is verified. They work fine together after IP verification.

1.0.1

Fires an event before verification takes place

Dec 11, 2018

1.0.0

Created table daykin_ipverify_user_ips

Oct 15, 2018