WordPress.org

Svenska

  • Teman
  • Tillägg
  • Nytt
  • Support
  • Om…
  • Mönster
  • Engagera dig!
  • Skaffa WordPress
Skaffa WordPress
WordPress.org

Plugin Directory

Login alert by e-mail

  • Skicka in ett tillägg
  • Mina favoriter
  • Logga in
  • Skicka in ett tillägg
  • Mina favoriter
  • Logga in

Det här tillägget har inte testats med någon av de 3 senaste huvudversionerna av WordPress. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem när det används tillsammans med nyare versioner av WordPress.

Login alert by e-mail

Av Rui Cruz
Ladda ner
  • Detaljer
  • Recensioner
  • Utveckling
Support

Beskrivning

TLDR:
This is a plugin for WordPress websites that sends email notifications to the website admin for successful and failed login attempts. The email includes details like the username, IP address, and browser information.

Geek description:
This WordPress plugin sends email notifications upon successful and failed logins to the website’s admin. The plugin functions by hooking into the ’wp_login’ and ’wp_login_failed’ WordPress actions, and triggering the ’send_login_notification’ and ’send_login_failed_notification’ functions respectively.

The ’send_login_notification’ function sends an email to the admin email address specified in the ’admin_email’ option. The email includes details such as the successful login username, IP address, and browser information. The ’send_login_failed_notification’ function sends a similar email to the admin, but for failed login attempts.

The plugin uses the wp_mail function to send the emails, and the messages are formatted as HTML for easy readability. The plugin ensures that the data being displayed, such as the username and IP address, is escaped using PHP’s built-in escape functions. This is done to prevent potential security vulnerabilities, such as XSS (Cross-Site Scripting).

In summary, this plugin provides an easy way for website administrators to stay informed of user login activity on their site, while also ensuring that sensitive information is displayed securely.

Vanliga frågor

Will I get many e-mails?

The frequency of emails you receive will depend on the login activity on your website. For every successful or failed login, an email notification will be sent to the website administrator. If you have a high volume of login activity, you may receive a higher volume of emails. You can adjust the notification settings in the code or turn off the plugin if desired.

Is the email format easily readable?

Yes, the emails are formatted as HTML for easy readability.

Who receives the emails?

The emails are sent to the admin email address specified in the ’admin_email’ option.

Is sensitive information displayed securely?

Yes, the plugin uses PHP’s built-in escape functions to secure sensitive information, such as the username and IP address, to prevent potential security vulnerabilities.

Recensioner

Detta tillägg har inga recensioner.

Bidragsgivare och utvecklare

”Login alert by e-mail” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer
  • Rui Cruz

”Login alert by e-mail” har översatts till 1 språk. Tack till översättarna för deras bidrag.

Översätt ”Login alert by e-mail” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.

Ändringslogg

1.0

Initial version released

Meta

  • Version 1.0
  • Senast uppdaterat 2 år sedan
  • Aktiva installationer Färre än 10
  • WordPress-version 5.0 eller senare
  • Testat upp till 6.1.7
  • PHP-version 7.0 eller senare
  • Språk

    English (US) och Portuguese (Portugal).

    Översätt till ditt språk

  • Etiketter
    alertemailloginLogin Alert
  • Avancerad vy

Betyg

Än så länge har inga recensioner skickats in.

Lägg till min recension

Se alla recensioner

Bidragande personer

  • Rui Cruz

Support

Har du något att säga? Behöver du hjälp?

Visa supportforum

Donera

Skulle du vilja bidra till utvecklingen av detta tillägg?

Donera till det här tillägget

  • Om
  • Nyheter
  • Webbhotell (hosting)
  • Integritet
  • Showcase
  • Teman
  • Tillägg
  • Mönster
  • Lär dig
  • Support
  • Utvecklare
  • WordPress.tv ↗
  • Engagera dig
  • Evenemang
  • Donera ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Svenska

  • Besök vår X-konto (f.d. Twitter)
  • Besök vårt Bluesky-konto
  • Besök vårt Mastodon-konto
  • Besök vårt Thread-konto
  • Besök vår Facebook-sida
  • Besök vårt Instagram-konto
  • Besök vårt LinkedIn-konto
  • Besök vårt TikTok-konto
  • Besök vår YouTube-kanal
  • Besök vårt Tumblr-konto
Kod är poesi.