// Password match var
var checkPassword = null;
// Find user by email
const auth = await Auth.findOne({ userEmail }, { userLoginInfo: 0 });
// If user does not exist
if (auth === null) {
return res
.status(400)
.json({ authFailedMessage: 'Email or password is incorrect' });
} el
在通过CustomBuild更新DirectAdmin之后,命名服务不再从我的CentOS 7服务器启动。我试图通过SSH启动命名服务,但我不知道如何解决这个问题。我想我必须重新创建vps.myname.nl.db,但是怎么做呢?
[root@vps ~]# /usr/bin/systemctl start named.service 2>&1
Job for named.service failed because the control process exited with error code.
我有这个ssh配置,需要编辑。
Host vps6
HostName 123.456.789.00
User dylan
Port 123
Host vps4
HostName 123.456.789.00
User dylan
Port 123
# old server
Host vps3-old
HostName 123.456.789.00
User dylan
Port 123
我希望将vps6的配置移到文件的末尾,并将-old附加到它的配置别名。生成的文件将是。
Host vps4
HostName 123.456