Espeasy: 登录页面错误

创建于 2018-02-24  ·  5评论  ·  资料来源: letscontrolit/ESPEasy

注意:这不是支持论坛!

重现步骤

设置管理员密码,重新启动espeasy

上电后问题仍然存在吗? (仅重置有时是不够的)
是的

实际行为

无法输入密码

系统配置

从昨天开始的大型分支

Frontend Fixed Bug

最有用的评论

您可以将密码添加到网址:
/login?password=something

所有5条评论

firefox_screenshot_2018-02-24t22-50-24 292z

html代码:
<!DOCTYPE html><html lang='en'><head><meta charset='utf-8'/><meta name='viewport' content='width=device-width, initial-scale=1.0'><title>ESP_Easy</title><style>* {font-family:sans-serif; font-size:12pt;}h1 {font-size:16pt; color:#07D; margin:8px 0; font-weight:bold;}h2 {font-size:12pt; margin:0 -4px; padding:6px; background-color:#444; color:#FFF; font-weight:bold;}h3 {font-size:12pt; margin:16px -4px 0 -4px; padding:4px; background-color:#EEE; color:#444; font-weight:bold;}h6 {font-size:10pt; color:#07D;}.button {margin:4px; padding:4px 16px; background-color:#07D; color:#FFF; text-decoration:none; border-radius:4px}.button.link {}.button.help {padding:2px 4px; border:solid 1px #FFF; border-radius:50%}.button:hover {background:#369;}th {padding:6px; background-color:#444; color:#FFF; border-color:#888; font-weight:bold;}td {padding:4px;}tr {padding:4px;}table {color:#000;}.note {color:#444; font-style:italic}.headermenu {position:fixed; top:0; left:0; right:0; height:64px; padding:8px 12px; background-color:#F8F8F8; border-bottom: 1px solid #DDD;}.bodymenu {margin-top:96px;}.menubar {position:inherit; top:44px;}.menu {float:left; height:20px; padding: 4px 16px 8px 16px; color:#444; white-space:nowrap; border:solid transparent; border-width: 4px 1px 1px; border-radius: 4px 4px 0 0; text-decoration: none;}.menu.active {color:#000; background-color:#FFF; border-color:#07D #DDD #FFF;}.menu:hover {color:#000; background:#DEF;}.on {color:green;}.off {color:red;}.div_l {float:left;}.div_r {float:right; margin:2px; padding:1px 10px; border-radius:4px; background-color:#080; color:white;}.div_br {clear:both;}.alert {padding: 20px; background-color: #f44336; color: white; margin-bottom: 15px;}.closebtn {margin-left: 15px; color: white; font-weight: bold; float: right; font-size: 22px; line-height: 20px; cursor: pointer; transition: 0.3s;}.closebtn:hover {color: black;}</style></head><body><header class='headermenu'><h1>ESP Easy Mega: ESP_Easy</h1></header><section><form method='post'><table><TR><TD>Password<TD><input type='password' name='password' value=''><TR><TD><TD><input class='button link' type='submit' value='Submit'><TR><TD></table></form></section><footer><h6>Powered by www.letscontrolit.com</h6></footer></body>

标头高于密码输入

可能与此PR相关:

906

允许登录的非常快速的解决方案,直到准备好适当的修复程序为止:

右键单击网页,然后选择“检查”:
image

导航到页面的标题部分,然后在CSS中查找“ .headermenu”部分:
image
根据您在Web界面中单击的位置,它可能已突出显示。

取消选择“位置:固定;”
image

然后,登录部分将显示为允许登录。
image

您可能需要暂时删除密码,直到在下一个版本中正确修复CSS为止。

您可以将密码添加到网址:
/login?password=something

此页面是否有帮助?
0 / 5 - 0 等级

相关问题

wolverinevn picture wolverinevn  ·  4评论

TD-er picture TD-er  ·  5评论

wolverinevn picture wolverinevn  ·  5评论

ghtester picture ghtester  ·  3评论

TD-er picture TD-er  ·  3评论