跳至内容
WordPress.org

China 简体中文

  • 主题
  • 插件
  • 新闻
    • 文档
    • 论坛
  • 关于
  • 获取 WordPress
获取 WordPress
WordPress.org

Plugin Directory

ALD Login Page

  • 提交插件
  • 我的收藏
  • 登录
  • 提交插件
  • 我的收藏
  • 登录

ALD Login Page

作者:hossainawlad
下载
  • 详情
  • 评价
  • 安装
  • 开发进展
支持

描述

ALD Login Page lets you fully customize the WordPress login page — logo, colors, dimensions, and padding — through a clean admin settings panel. Built on WordPress core APIs, the plugin follows WordPress security best practices from top to bottom so you can customize your login page with confidence.

Why security matters for a login page plugin

The WordPress login screen is the most exposed entry point to your admin area. A poorly coded login plugin can become an attack vector. ALD Login Page is designed to avoid the most common pitfalls:

  • Settings API + Sanitization callbacks — all saved values pass through WordPress core sanitizers (`sanitize_text_field`, `sanitize_hex_color`, `esc_url_raw`) before they ever touch the database.
  • Output escaping everywhere — `esc_url()`, `esc_attr()`, and `esc_html()` are used on every dynamic value that reaches the browser, eliminating XSS vectors.
  • Capability gate on admin page — only users with `manage_options` can access settings. Unauthorized users are blocked before any output is rendered.
  • Direct-access gate — `defined( ‘ABSPATH’ ) or die` on every PHP file prevents direct URL access to plugin files.
  • Nonce + CSRF handled automatically — the WordPress Settings API inserts and validates security nonces on every settings save.
  • No raw SQL — the plugin never calls `$wpdb->query()` or similar directly.
  • No shell commands — no `eval()`, `exec()`, or `shell_exec()` anywhere.
  • Superglobal sanitization — all user-supplied query parameters are passed through `sanitize_key()` with strict comparison before being evaluated.

The result: a lightweight login customizer with a clean security posture. If you are reviewing this plugin for code quality, you will find no raw echo $_GET, no unescaped output, and no capability bypasses. We take security seriously and keep this plugin up to date with the latest WordPress core versions.

ALD Login Page Needs Your Support

It is hard to continue development and support for this free plugin without contributions from users like you. If you enjoy using ALD Login Page and find it useful, please consider use these support channels appropriately. Your support will help encourage and support the plugin’s continued development and better user support.

屏幕截图

  • screenshot-1.png
  • screenshot-2.png
  • screenshot-3.png
  • screenshot-4.png
  • screenshot-5.png

安装

  1. Upload the entire ald-login-page folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

You will find ‘ALD Login Page’ menu in your WordPress admin panel Setting.

常见问题

Do you have questions or issues with ALD Login Page? Use these support channels appropriately.

  1. Support Forum

评价

Need more to update

hossainawlad 2018 年 5 月 1 日
Need more to update. Like- css customization, logo setting, visual editor, etc.
阅读所有1条评价

贡献者及开发者

「ALD Login Page」是开源软件。 以下人员对此插件做出了贡献。

贡献者
  • hossainawlad

帮助将「ALD Login Page」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志。

更新日志

1.3.1

  • Hardened activate flag check with sanitize_key() + strict comparison to prevent type-juggling bypasses.
  • Replaced deprecated ‘login_headertitle’ filter with ‘login_headertext’ (deprecated since WP 5.2.0).
  • Fixed WordPress 6.7+ textdomain loading notice by hooking load_plugin_textdomain() to after_setup_theme.
  • Removed UTF-8 BOM from plugin file to prevent ‘unexpected output’ activation warning.

1.3

  • Refactored admin page to use WordPress Settings API for standard styling.
  • Added options for Logo Width, Height, and Padding.
  • Fixed color picker script dependency issue.

1.2

  • Improved admin page UI with sections, descriptions, and better media uploader integration.

1.1

  • Dynamically define plugin version.
  • Security improvements

1.0

  • Initial Release.

额外信息

  • 版本 1.3.1
  • 最后更新:2 周前
  • 活跃安装数量 20+
  • WordPress 版本 4.4.2 或更高版本
  • 已测试的最高版本为 7.0
  • 语言
    English (US)
  • 标签
    Change Login pageformloginlogin form
  • 高级视图

评级

5 星(最高 5 星)。
  • 1 条 5 星评价 5 星 1
  • 0 条 4 星评价 4 星 0
  • 0 条 3 星评价 3 星 0
  • 0 条 2 星评价 2 星 0
  • 0 条 1 星评价 1 星 0

Your review

查看全部评论

贡献者

  • hossainawlad

支持

有话要说吗?是否需要帮助?

查看支持论坛

  • 关于
  • 新闻
  • 主机
  • 隐私
  • 陈列窗
  • 主题
  • 插件
  • 区块样板
  • 学习
  • 支持
  • 开发者
  • WordPress.tv ↗︎
  • 参与
  • 活动
  • 捐赠 ↗
  • 未来五分计划
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

China 简体中文

  • 关注我们的 X(原 Twitter)账号
  • 访问我们的 Bluesky 账号
  • 关注我们的 Mastodon 账号
  • 访问我们的 Threads 账号
  • 访问我们的 Facebook 公共主页
  • 关注我们的 Instagram 账号
  • 关注我们的 LinkedIn 主页
  • 访问我们的 TikTok 账号
  • 访问我们的 YouTube 频道
  • 访问我们的 Tumblr 账号
代码如诗
The WordPress® trademark is the intellectual property of the WordPress Foundation.