Linux 软件免费装
Banner图

Loginpetze

开发者 pixelverbieger
khehl
更新时间 2024年4月5日 18:20
PHP版本: 5.5 及以上
WordPress版本: 6.2
版权: GPLv2 or later

标签

login notification alert monitor push staging

下载

1.0 1.1 1.2 1.3 1.4

详情介绍:

Sometimes it is useful to know if – or when – a user successfully logged in to WordPress. Loginpetze generates a notification mail for this incident. This is a conveniant way to e.g. monitor staging sites for customer logins. No need to regularly take a look at statistics or tracking tools. Mails are customizable with shortcodes. All texts are translatable. Loginpetze 1.x is not compatible with WordPress Multisite.

安装:

From WordPress Plugin Directory
  1. In your backend, go to Plugins → Add New to search for Loginpetze in the WordPress Plugin Directory.
  2. Click Install Now and then Activate.
  3. After activation go to Settings → Loginpetze to set up the few options this plugin offers.
Manual Installation
  1. Download loginpetze.zip to your desktop and extract the archive.
  2. Upload the folder loginpetze into the directory /wp-content/plugins/ on your webserver.
  3. Activate Loginpetze via the Plugins menu in your WordPress Dashboard.
  4. After activation go to Settings → Loginpetze to set up the few options this plugin offers.

常见问题:

«Loginpetze» – what kind of name is that?

It's the german word for «login snitch».

How does it work?

In short: you install it, you select a user to receive the notification mails and you're done. If you like to, you can customize the subject and body of the mails. There are placeholders available that you can insert into your template: username, blogname, date and time.

Can I suppress notifications for certain users or roles?

Yes, there's a filter for that. Add the following lines to your (child) theme's functions.php and customize the array – you can provide usernames, IDs and roles (even mixed) in an array. add_filter( 'loginpetze_blockers', function ( $ignorelist ) { $ignorelist = array ( 'username', '123', 'administrator' ) ; return $ignorelist; } );

Is the plugin Multisite compatible?

Loginpetze 1.x does not work on Multisite installations, but we intend to add Multisite support to a future version.

Why did you develop this plugin?

Occasionally (especially when setting up websites for clients) we wanted to be notified if – or when – anybody logged in to the staging websites. For this purpose we used to add some lines to our functions.php files, which was not very comfortable. For conveniance, we turned our code into this plugin. It was also a good opportunity to learn and to completely play through the process of plugin creation.

What happens if I deactivate or delete the plugin via my Dashboard?

Deactivating the plugin will just stop the notification mails. Nothing will happen to your settings (which are stored in the database). However, if you delete the plugin, this will remove your settings from the database. If you then re-install it, the default settings will be applied.

What happens if I just delete the files via FTP?

This will also stop the notification mails, but since the uninstall routine is not called, nothing will be removed from your database. If you re-install Loginpetze, your custom settings will still be available.

What happens if I or any other admin delete a user who is set up to receive the notification mails?

Loginpetze will warn you about this and you can check your settings. In case this warning is ignored, Loginpetze will automatically switch the recipient to the Standard Blog Admin.

I need more features. Is there a Pro Version available?

No :)

更新日志:

1.4 1.3 1.2 1.1 1.0