Giter Club home page Giter Club logo

fx-login-notification's Introduction

=== f(x) Login Notification ===
Contributors: turtlepod
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TT23LVNKA3AU2
Tags: comments, spam
Requires at least: 4.0
Tested up to: 4.6
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Send notification via email when a user successfully logged-in in your site.

== Description ==

f(x) Login Notification plugin is a security utility plugin to let you know who log to your site with other useful information such as user information and IP address via configurable email message.

After you install and activate this plugin, you can configure via Login Notification settings page in "Settings > Login Notification".

**Features:**

1. Be the first to know when someone login to your site (or hack your site).
1. Enable/disable admin notification.
1. Exclude user roles for admin notification.
1. Configurable email template.
1. Extendable and fully documented (read the Dev Notes).
1. The GPL v2.0 or later license. :) Use it to make something cool.
1. Support available at [Genbu Media](https://genbu.me/contact-us/).


== Installation ==

1. Navigate to "Plugins > Add New" Page from your Admin.
2. To install directly from WordPress.org repository, search the plugin name in the search box and click "Install Now" button to install the plugin.
3. To install from plugin .zip file, click "Upload Plugin" button in "Plugins > Add New" Screen. Browse the plugin .zip file, and click "Install Now" button.
4. Activate the plugin.
5. Navigate to "Settings > Login Notification" page in your admin panel to configure the plugins.

== Frequently Asked Questions ==

= Where is the settings ? =

The settings is in "Settings > Login Notification".

== Screenshots ==

1. Settings screenshot

== Changelog ==

= 1.0.0 - 7 Jan 2015 =
* Add readme. Prepare for WordPress.org
* Remove autohosted.com updater.
* Fix typo in settings.
* Update language files.
* Add `fx_login_nf_from_email` and `fx_login_nf_from_name` filter.

= 0.1.0 =
* First relase.

== Upgrade Notice ==

= 1.0.0 =
Maintenance relase.

== Dev Notes ==

Notes for developer: 

= Github =

Development of this plugin is hosted at [GitHub](https://github.com/turtlepod/fx-login-notification). Pull request and bug reports are welcome.

= Options =

This plugin save the options in single option name: `fx-login-nf-admin`.

= Hooks =

List of hooks available in this plugin:

**filter:** `fx_login_nf_user_roles` (array)

List of user roles in the checkbox option.

**filter:** `fx_login_nf_email_subject_template_default` (string)

The default email subject template. This string is translateable. To translate it in your language, translate the plugin and do not use this filter.

**filter:** `fx_login_nf_email_content_template_default` (string)

The default email content template. This string is translateable. To translate it in your language, translate the plugin and do not use this filter.

**filter:** `fx_login_nf_email_template_note` (string)

The template tags note in the settings page. Use this if you want to remove and add your own template tags in the email. This string is translateable. To translate it in your language, translate the plugin and do not use this filter.

**filter:** `fx_login_nf_parse_template` (string)

If you create your own tag, you can pass it in this filter.

**filter:** `fx_login_nf_from_email` (string)

"From Email Address" used to send the notification. As default it will use "noreply@{your site domain}".

**filter:** `fx_login_nf_from_name` (string)

"From Email Address Name" used to send the notification. As default it will use "{your site name} Notification". This string is translateable.

**action:** `fx_login_nf_before_send_mail`

Hook before email notification is sent.

**action:** `fx_login_nf_after_send_mail`

Hook after email notification is sent.


fx-login-notification's People

Contributors

davestein1 avatar turtlepod avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.