欢迎来到元素模板www.ys720.com,本站提供专业的织梦模板网站模板ASPCMS模板网站修改/网站仿站
当前位置:主页 > 程序教程 > 其他教程 >
其他教程

解决去除宝塔强制登陆绑定账号!

(元素模板) / 2021-04-17 11:53

最近安装宝塔的时候发现宝塔竟然要强制用户登陆了。

链接SSH:

一键去除

sed -i "s|if (bind_user == 'True') {|if (bind_user == 'REMOVED') {|g" /www/server/panel/BTPanel/static/js/index.js

一键还原

sed -i "s|if (bind_user == 'REMOVED') {|if (bind_user == 'True') {|g" /www/server/panel/BTPanel/static/js/index.js

手动修改

/www/server/panel/BTPanel/static/js/index.js

找到这个文件,搜索

bind_user

if (bind_user == 'True') {
    show_force_bind();
}

改成

if (bind_user == 'REMOVED') {
    show_force_bind();
}

需要还原就改成上面那个就可以了。

Copyright @ 2013-2019 元素模板 www.ys720.com All Rights Reserved. 版权所有 元素模板 www.ys720.com