移除登陆宝塔后台需要绑定手机的操作方法
宝塔面板其实是个好东西,不过新版本需要绑定手机号这个就不爽了,搞之~
方法1:
在ssh中运行
sed -i "s|if (bind_user == 'True') {|if (bind_user == 'REMOVED') {|g" /www/server/panel/BTPanel/static/js/index.js
方法2
在ssh中运行
rm -rf /www/server/panel/data/bind.pl
方法3
临时可以采用访问其它页面的方法,比如http://你的IP:8888/soft
方法4
重装系统,安装旧版本宝塔(以centos为例)
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh
搞定~~