Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

(rb) AutoLogin

Περιγραφή

Bypasses login page for admin, automatically logging you in.

Στιγμιότυπα

  • Activated plug-in.
  • Add username to wp-config.php

Εγκατάσταση

  1. Upload the plugin files to the /wp-content/plugins/rb-autologin directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Add define('AUTO_LOGIN_USERNAME', 'admin'); to your wp-config.php
  4. If you’re using a different username, then change ‘admin’ to ‘yourname’.

Συχνές Ερωτήσεις

How can I allow this online?

Add define('AUTO_LOGIN_ONLINE', true); to your wp-config.php

Warning: This is not for production. Make sure your online work is of development nature (e.g. dev.mysite.com), and/or you’re using Directory Privacy or equivalent protection.

Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

Συνεισφέροντες & Προγραμματιστές

“(rb) AutoLogin” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Σύνοψη αλλαγών

1.0.0

1.0.0 – Initial release.