[wordpress插件] AJAX LoginAJAX登录

wordpress 插件 文章 2020-02-13 21:20 555 0 全屏看文

AI助手支持GPT4.0

评分

0

0

描述

AJAX Login means that the login process is executed without reloading the entire page.

AJAX登录意味着无需重新加载整个页面即可执行登录过程。

The user is alerted through messageboxes on errors, and the page is only reloaded when login succeeds.

通过错误消息框向用户发出警报,并且仅在成功登录后重新加载页面。

The same goes for registration and lost password retrieval!

注册和丢失密码找回也一样!

This plugin adds a nice templated box on your WordPress, either with a template tag or as a sidebar widget.

该插件在您的WordPress上添加了一个漂亮的模板化框,可以使用模板标签或作为侧边栏小部件。

In the default template the box contains functionality for logging in, registering as well as retrieving new passwords.

在默认模板中,该框包含用于登录,注册以及检索新密码的功能。

If already logged in a logout link is displayed.

如果已经登录,则显示注销链接。

plugin home page

插件主页

The plugin uses the normal wordpress 2.2 authentication process as cut’n’pasted from wp-login.php.

该插件使用正常的wordpress 2.2身份验证过程,该过程已从wp-login.php中粘贴。

Features

功能

    • Fake loading screen when switching between login, registration and lost password.
    • 在登录,注册和密码丢失之间切换时伪造的加载屏幕。

    • Templating, make a copy of al_template.php to your theme directory and edit away!
    • 模板化,将al_template.php复制到主题目录并编辑!

    • Configuration under Options/AJAX Login in the dashboard.
    • 仪表板中“选项/ AJAX登录”下的配置。

    NOT features (but might be on popular demand)

    没有功能(但可能很受欢迎)

      • Fallback if client is non AJAX-compatible
      • 如果客户端与AJAX不兼容,则回退

      • Custom registration/password e-mail
      • 自定义注册/密码电子邮件

安装步骤

    1. Unzip and copy the “ajax-login” folder inside your “wp-content/plugins” folder.

    2. 解压缩并复制“ wp-content / plugins”文件夹中的“ ajax-login”文件夹。

    3. Go to your administration interface for plugins and activate “AJAX Login”.
    4. 转到您的插件管理界面,然后激活“ AJAX登录”。

    5. If you are using the dynamic sidebar (widgets) you can now drag and drop AJAX Login in the widgets administration.

    6. 如果您正在使用动态侧栏(小部件),现在可以在小部件管理中拖放AJAX登录。

      If not you can add the template tag “get_ajaxlogin()” in your templates, for example in sidebar.php

    7. 如果不是,则可以在模板中添加模板标签“ get_ajaxlogin()”,例如在sidebar.php中

下载地址

https://downloads.wordpress.org/plugin/ajax-login.1.0.zip

https://downloads.wordpress.org/plugin/ajax-login.1.0.zip

-EOF-

AI助手支持GPT4.0