diff --git a/gradle.properties b/gradle.properties index fbab6bf34..3aa7acee2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ -#properties for maxkey +#maxkey properties group =maxkey.top version =2.8.0 vendor =https://www.maxkey.top author =MaxKeyTop -#Version For use jar +#maxkey used jars version #Apache commonsbeanutilsVersion =1.9.3 commonscodecVersion =1.15 @@ -23,7 +23,8 @@ commonspool2Version =2.6.2 commonshttpclientVersion =3.1 commonsfileuploadVersion =1.4 commonsemailVersion =1.5 -httpcoreVersion =4.4.13 +httpcomponentsVersion =4.5.13 +httpcoreVersion =4.4.14 velocityVersion =1.7 velocitydepVersion =1.4 freemarkerVersion =2.3.31 @@ -31,12 +32,11 @@ xmlbeansVersion =3.0.1 commonscompressVersion =1.20 log4jVersion =2.14.1 kafkaclientsVersion =2.6.1 -httpcomponentsVersion =4.5.12 poiVersion =4.1.2 tomcatVersion =9.0.44 tomcatembedloggingjuliVersion =8.5.2 #spring -springVersion =5.3.6 +springVersion =5.3.7 springBootVersion =2.4.5 springSecurityVersion =5.4.6 springDataVersion =2.4.1 diff --git a/maxkey-web-maxkey/src/main/resources/templates/views/login.ftl b/maxkey-web-maxkey/src/main/resources/templates/views/login.ftl index 7412068ce..c9f3615e4 100644 --- a/maxkey-web-maxkey/src/main/resources/templates/views/login.ftl +++ b/maxkey-web-maxkey/src/main/resources/templates/views/login.ftl @@ -168,10 +168,6 @@ <#--todo:send captcha--> captchaCountTimer=setInterval("getCaptchaCount()", 1000); }); - $('#register').on('click',function(){ - window.location.href="<@base />/registration/forward"; - }); - }); @@ -377,7 +373,7 @@ - <@locale code="login.text.register"/> +
<@locale code="login.text.register"/>