我一直尝试在 https://trycpanel.net/wwwacctform.html 上创建我的第一个帐户,但遇到了一个奇怪的错误。
基本上,我想为我的帐户设置一个密码。但是,它一直说密码很弱,必须至少为 65 级。尽管我使用了自动生成密码并自己写了一个非常强的密码,但似乎没有任何效果。我得到的只是这个错误:https://i.stack.imgur.com/DS0df.png
以下是我用过的一些方法,但都不起作用:
- 使用其他浏览器(Chrome、Opera、Firefox)
- 刷新了页面
- 重新启动我的机器(Windows 10)
知道为什么会发生这种情况吗?错误代码:AJAX Error: Try Again
提前致谢。
我也尝试在安全设置中禁用强度限制,但它拒绝我的订单并抛出此错误:
404: Show/Hide Details
URL (POST):
/json-api/setminimumpasswordstrengths
Body:
api.version=1&default=0&passwd=&list=&virtual=&createacct=&cpaddons=&sshkey=&postgres=&mysql=
Response:
content-length: 555
content-type: text/html
date: Sun, 13 Feb 2022 00:23:32 GMT
server: nginx/1.17.8
strict-transport-security: max-age=63072000
<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.17.8</center>
</body>
</html>
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
答案1
这很可能是与密码强度配置有关的问题。
您可以在以下位置更改配置:
Security-> Security Center -> Password Strength Configuration
。