Beschreibung
Eine einfache Möglichkeit, den Anmeldebildschirm deiner WordPress-Installation anzupassen. Die Verwendung dieses Plugins hat eine Reihe von Vorteilen:
- Ein Plugin zu verwenden bedeutet, dass die Änderungen bei einem Upgrade bestehen bleiben
- Es bietet eine einfache Möglichkeit, als Freelancer deinen Webdesign-Aufträgen ein wenig den letzten Schliff zu geben
Installation
In diesem Abschnitt wird beschrieben, wie du das Plugin installieren kannst und zum Laufen bringst.
- Upload the entire contents of the zip file to your plugin directory „/wp-content/plugins/“
- Activate the plugin through the „Plugins“ menu in WordPress
- Erstellen ein Hintergrundbild und lade es dann auch auf deine Website hoch
- Go to the plugins options page in the WordPress admin („Settings“ -> „Custom Login“) and enter the url for you login background image
- Ändere die Farbe wie du willst
- Drücke Speichern
- Genieße den Glanz deines schönen, neuen Anmeldebildschirms
Rezensionen
Mitwirkende & Entwickler
„Custom Login“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
Mitwirkende„Custom Login“ wurde in 4 Sprachen übersetzt. Danke an die Übersetzerinnen und Übersetzer für ihre Mitwirkung.
Übersetze „Custom Login“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
2.4.0 (2024-10-16)
- Create changelog.txt file and add all missing records
- Update readme.txt file, list of contributors, tags, and the plugin author data
- Remove promotional contents
- Drop csstidy entirely and use similar approach for css sanitization as in WordPress core
- Remove invalid plugin uri header
- Bump tested-up-to version to WordPress 6.6
- Fix security issues
- Load plugin stylesheet through
login_enqueue_scripts
hook
2.3.2 (2021-07-14)
- Fix errant comma that caused a 500 error on some servers
2.3.1 (2021-07-13)
- Fix PHP error for missing settings
2.3 (2021-03-09)
- Display the „powered by“ text underneath the login form to ensure it is visible. It can be targetted with CSS using
.cl-powered-by
2.2.5 (2020-06-17)
- Fix implode parameter order
2.2.4 (2020-03-05)
- Update CSSTidy to latest version
2.2.3 (2019-08-23)
- Switch to submit_button function for settings form
2.2.2 (2019-04-30)
- Replace deprecated filter
- Update coding standards
2.2.1 (2017-12-01)
- Remove text shadow on login button so that it’s more consistently readable
- Make it clearer what the text link colour changes
- Change CSS label to match the core customizer label
- Remove CSS vendor prefixes that are no longer needed
2.2 (2017-11-30)
- Korrigiere die Standardfarbwerte, damit die Standardbuttons ordnungsgemäß funktionieren
- Behebt PHP 7-Warnhinweise in CSSTidy
- Mehr Sanitizing für mehr Sicherheit