doucigua0278 2016-04-15 08:14
浏览 63

带有functions.php文件的Wordpress插件?

I've made a plugin that when somebody registers, it will put them into the database and the admin has to confirm them. When they are confirmed a user account is being created for them, and wordpress sends them an email so that they can change their password.

But when the admin decides that he does not want them to log in anymore, he clicks a button and the user role is set to nothing. In my theme's functions.php file a wrote a code, that when a user role is nothing, he can't log in.

BUT when I copy this plugin, users without a role CAN login, but can't see anything because they don't have the right permission.

Now my question:

Is there a way to make an functions.php in my plugin file so that users can't login (with the code I wrote) that have no role.

This is my code in my themes functions.php:

function customLogIn($user) {
    if($user instanceof WP_User) {
        $userHasRole = array_filter($user->roles);
        if (empty($userHasRole)) {
            return new WP_Error('user_has_no_role', __('Dit account is gedeactiveerd.'));
        }
    }

    return $user;
}
add_filter( 'authenticate', 'customLogIn', 20, 5);
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥60 求一个简单的网页(标签-安全|关键词-上传)
    • ¥35 lstm时间序列共享单车预测,loss值优化,参数优化算法
    • ¥15 基于卷积神经网络的声纹识别
    • ¥15 Python中的request,如何使用ssr节点,通过代理requests网页。本人在泰国,需要用大陆ip才能玩网页游戏,合法合规。
    • ¥100 为什么这个恒流源电路不能恒流?
    • ¥15 有偿求跨组件数据流路径图
    • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
    • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
    • ¥15 CSAPPattacklab
    • ¥15 一直显示正在等待HID—ISP