Skip to content
  • Log In
  • Register
WordPress.org

Kalaallisut

  • Themes
  • Plugins
  • News
  • About
  • Contact
  • Get WordPress
Get WordPress

Plugins

  • My Favorites
  • Beta Testing
  • Developers

This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Download

Sewn In Template Log In

By Jupitercow
  • Details
  • Reviews
  • Installation
  • Development
Support

Description

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.

Screenshots

  • A log in form example
  • Password recovery form

Installation

  • 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.

Reviews

Slim login solution

Creative Slice September 3, 2016
Fantastic simple login solution. Great for intranets.
Read all 1 review

Contributors & Developers

“Sewn In Template Log In” is open source software. The following people have contributed to this plugin.

Contributors
  • Jupitercow
  • Jake Snyder

Translate “Sewn In Template Log In” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

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

  • Version: 1.1.4
  • Last updated: 7 years ago
  • Active installations: 50+
  • WordPress Version: 3.6.1 or higher
  • Tested up to: 4.4.29
  • Language:
    English (US)
  • Tags:
    log inlogin
  • Advanced View

Ratings

See all
  • 5 stars 1
  • 4 stars 0
  • 3 stars 0
  • 2 stars 0
  • 1 star 0
Log in to submit a review.

Contributors

  • Jupitercow
  • Jake Snyder

Support

Got something to say? Need help?

View support forum

Donate

Would you like to support the advancement of this plugin?

Donate to this plugin

  • About
  • News
  • Hosting
  • Donate
  • Swag
  • Documentation
  • Developers
  • Get Involved
  • Learn
  • Showcase
  • Plugins
  • Themes
  • Patterns
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
WordPress.org
WordPress.org

Kalaallisut

  • Visit our Facebook page
  • Visit our Twitter account
  • Visit our Instagram account
  • Visit our LinkedIn account
Code is Poetry.