Salta al contenido
  • Acceder
  • Registrarse
WordPress.org

Español (México)

  • Temas
  • Plugins
  • Noticias
    • Documentación
    • Foros
  • Acerca de
    • Learn WordPress
    • Documentación
    • WordPress.tv
    • Meetups
    • Equipo
    • Colabora
  • Contacto
  • Consigue WordPress
Consigue WordPress

Plugins

  • Mis favoritos
  • Pruebas beta
  • Desarrolladores

Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Descargar

Login alert by e-mail

Por Rui Cruz
  • Detalles
  • Opiniones
  • Desarrollo
Soporte

Descripción

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.

Preguntas frecuentes

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.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores
  • Rui Cruz

"Login alert by e-mail" ha sido traducido a 1 idioma local. Gracias a los traductores por sus contribuciones.

Traduce "Login alert by e-mail" a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0

Initial version released

Meta

  • Versión: 1.0
  • Última actualización: hace 10 meses
  • Instalaciones activas: Menos de 10
  • Versión de WordPress: 5.0 o superior
  • Probado hasta: 6.1.4
  • Versión de PHP: 7.0 o superior
  • Idiomas:

    English (US) y .Portuguese (Portugal).

    Traducir a tu idioma

  • Etiquetas:
    alertemailloginLogin Alert
  • Vista avanzada

Valoraciones

Este plugin no ha sido valorado todavía.

Accede para enviar una reseña

Colaboradores

  • Rui Cruz

Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

Ver el foro de soporte

Donar

¿Te gustaría apoyar el progreso de este plugin?

Dona a este plugin

  • Acerca de
  • Noticias
  • Hosting
  • Privacidad
  • Escaparate
  • Temas
  • Plugins
  • Patrones
  • Aprender
  • Soporte
  • Desarrolladores
  • WordPress.tv ↗
  • Involúcrate
  • Donate ↗
  • Swag Store ↗
  • WordCamp ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Español (México)

  • Visita nuestra página de Facebook
  • Visit our X (formerly Twitter) account
  • Visita nuestra cuenta de Instagram
  • Visita nuestra cuenta de LinkedIn
  • Visit our YouTube channel
El código es poesía.