Перейти до вмісту
  • Увійти
  • Зареєструватись
WordPress.org

Україна

  • Теми
  • Плагіни
  • Новини
  • Підтримка
  • Про
  • Документація
  • Спільнота
  • Контакт
  • Завантажити WordPress
Завантажити WordPress

Плагіни

  • Мої улюблені
  • Бета-тестування
  • Розробникам

Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

Завантажити

Sewn In Template Log In

Від автора Jupitercow
  • Деталі
  • Відгуки
  • Встановлення
  • Розробка
Підтримка

Опис

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.

Скріншоти

  • A log in form example
  • Password recovery form

Встановлення

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

Часті питання

None yet.

Відгуки

Slim login solution

Creative Slice 03.09.2016
Fantastic simple login solution. Great for intranets.
Прочитати всі 1 відгук

Учасники та розробники

“Sewn In Template Log In” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники
  • Jupitercow
  • Jake Snyder

Перекладіть “Sewn In Template Log In” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

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

Мета

  • Версія: 1.1.4
  • Останнє оновлення: 7 років тому
  • Активних встановлень: 50+
  • WordPress версія: 3.6.1 або вище
  • Сумісний аж до: 4.4.29
  • Мова:
    English (US)
  • Позначки:
    log inlogin
  • Розширений перегляд

Оцінки

Переглянути всі
  • 5 зірок 1
  • 4 зірки 0
  • 3 зірки 0
  • 2 зірки 0
  • 1 зірка 0
Увійдіть, щоб залишити відгук.

Учасники

  • Jupitercow
  • Jake Snyder

Підтримка

Є що сказати? Потрібна допомога?

Перейти в форум підтримки

Пожертвування

Ви хотіли б підтримати розвиток цього плагіна?

Пожертвувати на розвиток плагіна

  • Про нас
  • Новини
  • Хостинг
  • Підтримати
  • Swag
  • Документація
  • Розробники
  • Приєднатися
  • Навчання
  • Вітрина
  • Плагіни
  • Теми
  • Паттерни
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Приватність
  • Відкритий код
WordPress.org
WordPress.org

Україна

  • Завітайте на нашу сторінку в Facebook
  • Відвідайте нашу стрічку в Twitter
  • Visit our Instagram account
  • Visit our LinkedIn account
Код - це поезія.