WordPress.org

Chile

  • Temas
  • Plugins
  • Noticias
  • Acerca de
  • Consigue WordPress
Consigue WordPress
WordPress.org

Plugin Directory

Sewn In Template Log In

  • Envía un plugin
  • Mis favoritos
  • Iniciar sesión
  • Envía un plugin
  • Mis favoritos
  • Iniciar sesión

Este plugin no ha sido probado con ninguna las 3 últimas versiones principales de WordPress. Puede que ya no se mantenga o no tenga soporte, y puede que tenga problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

Sewn In Template Log In

Por Jupitercow
Descargar
  • Detalles
  • Reseñas
  • Instalación
  • Desarrollo
Soporte

Descripción

Creates a log in page at /login/ and manages password recovery and user notification feedback for the log in process. Everything gets managed within your page.php template or page-login.php template in order to fit into the theme better.

By default, this plugin creates a virtual page, but if you add a page with slug ‘login’, the plugin will begin to use that.

Add a redirect for logged in users

Controls where logged in users go when they login or when they visit the ‘/login/’ page. You can either return the post_id of the post/page to send them to, or the slug of the post/page to send them to.

// Redirect using post id
add_filter( 'sewn/login/logged_in_redirect', 'custom_sewn_logged_in_redirect_id' );
function custom_sewn_logged_in_redirect_id()
{
    return 4;
}



// Redirect using post slug
add_filter( 'sewn/login/logged_in_redirect', 'custom_sewn_logged_in_redirect_slug' );
function custom_sewn_logged_in_redirect_slug()
{
    return 'post-slug';
}

Sewn In Notification Box Support

If you install the Sewn In Notification Box, this plugin will start using that. This is handy to keep all of your notifications in a centralized location.

Capturas de pantalla

  • A log in form example
  • Password recovery form

Instalación

  • Install plugin either via the WordPress.org plugin directory, or by uploading the files to your server.
  • Activate the plugin via the Plugins admin page.

FAQ

None yet.

Reseñas

Slim login solution

Tim Bowen 3 de Septiembre de 2016
Fantastic simple login solution. Great for intranets.
Leer 1 comentario

Colaboradores & Desarrolladores

“Sewn In Template Log In” es software de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores
  • Jupitercow
  • Jake Snyder

Traduce “Sewn In Template Log In” 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 .

Historial de cambios

1.1.4 – 2015-12-21

  • Because login forms can be used on any page, and that is the goal of this plugin, we had to turn off the login url rewrite until the form action url gets fixed in next version of WordPress. This means urls will show up on the site for wp-login.php potentially, but users will still be using the /login page as the default.

1.1.3 – 2015-12-20

  • In 4.4, WP changed how the log in url is added to the form action which conflicted with the plugin rewrite of login urls. Turned off the rewrite on the custom login page for now.

1.1.2 – 2015-08-25

  • Updated redirect to check post id, then post slug, then just use the string outright.

1.1.1 – 2015-08-25

  • Changed the default redirect to standard profile

1.1.0 – 2015-06-12

  • Launched in the repo

Meta

  • Versión 1.1.4
  • Última actualización hace 9 años
  • Instalaciones activas 40+
  • Versión de WordPress 3.6.1 o superior
  • Probado hasta 4.4.33
  • Idioma
    English (US)
  • Etiquetas
    log inlogin
  • Vista Avanzada

Calificaciones

5 de 5 estrellas.
  • 1 valoración de 5 estrellas 5 estrellas 1
  • 0 valoraciones de 4 estrellas 4 estrellas 0
  • 0 valoraciones de 3 estrellas 3 estrellas 0
  • 0 valoraciones de 2 estrellas 2 estrellas 0
  • 0 valoraciones de 1 estrellas 1 estrella 0

Agregar mi reseña

Ver todas las reseñas

Colaboradores

  • Jupitercow
  • Jake Snyder

Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

Ver el foro de soporte

Donar

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

Donar para este plugin

  • Acerca de
  • Noticias
  • Alojamiento
  • Privacidad
  • Showcase
  • Temas
  • Plugins
  • Patrones
  • Aprender
  • Soporte
  • Desarrolladores
  • WordPress.tv ↗
  • Involúcrate
  • Eventos
  • Donar ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Chile

  • Visita nuestra cuenta de X (anteriormente Twitter)
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • Visita nuestra página de Facebook
  • Visita nuestra cuenta de Instagram
  • Visita nuestra cuenta de LinkedIn
  • Visit our TikTok account
  • Visita nuestro canal de YouTube
  • Visit our Tumblr account
El código es poesía.