password submit
This commit is contained in:
@@ -62,7 +62,7 @@ QQ交流群:<b>434469201</b>
|
||||
|
||||
6. 多种认证机制并存,各应用系统可保留原有认证机制,同时集成认证中心的认证;应用具有高度独立性,不依赖认证中心,又可用使用认证中心的认证,实现单点登录。
|
||||
|
||||
7. 基于Java EE平台,采用Spring、MySQL、Tomcat、Redis、Apache Kafka等开源技术,基于微服务架构,扩展性强。
|
||||
7. 基于Java EE平台,采用Spring、MySQL、Tomcat、Redis、Apache Kafka等开源技术,微服务架构,扩展性强。
|
||||
|
||||
8. 开源、安全、自主可控,许可证 Apache 2.0 License & <a href="https://maxkey.top/zh/about/licenses.html" target="_blank">MaxKey版权声明</a>。
|
||||
|
||||
|
||||
@@ -54,10 +54,8 @@
|
||||
<tr>
|
||||
<td colspan="2" class="center">
|
||||
<input id="_method" type="hidden" name="_method" value="post"/>
|
||||
<input type="submit" id="submitButton" style="display: none;" />
|
||||
<input id="submitBtn" class="button btn btn-primary" style="width:100px" type="button" value="<@locale code="button.text.save" />"/>
|
||||
|
||||
</td>
|
||||
<input id="submitBtn" class="button btn btn-primary" style="width:100px" type="submit" value="<@locale code="button.text.save" />"/>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user