From e757e71702efdbfa7c4babdc02f6a4e794127a19 Mon Sep 17 00:00:00 2001 From: ja Date: Tue, 12 Oct 2021 16:47:47 +0200 Subject: [PATCH] =?UTF-8?q?=C3=84nderungen=20zum=20Versuch=20des=20Bugfixi?= =?UTF-8?q?ngs=20des=20Buttons=20bei=20der=20ForgotPW.aspx-Form?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/login/ForgotPW.css | 2 +- login/ForgotPW.aspx | 2 +- login/ForgotPW.aspx.vb | 8 +++----- login/login_FLEX.aspx | 2 +- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/css/login/ForgotPW.css b/css/login/ForgotPW.css index 86407dd..34f757e 100644 --- a/css/login/ForgotPW.css +++ b/css/login/ForgotPW.css @@ -79,7 +79,7 @@ padding-right: 50px; margin-left: -4px; width: 227px; - height: 19px; + height: 28px; border: 1px gray solid; border-radius: 5px 5px 0px 0px; } diff --git a/login/ForgotPW.aspx b/login/ForgotPW.aspx index 1173eeb..226fc0e 100644 --- a/login/ForgotPW.aspx +++ b/login/ForgotPW.aspx @@ -118,7 +118,7 @@ - + diff --git a/login/ForgotPW.aspx.vb b/login/ForgotPW.aspx.vb index 2c21545..595f31e 100644 --- a/login/ForgotPW.aspx.vb +++ b/login/ForgotPW.aspx.vb @@ -14,15 +14,13 @@ Partial Class login_ForgotPW Protected Sub btn_Send_Click(sender As Object, e As EventArgs) Dim username As String - Dim password As String + Dim password As String = String.Empty Dim email As String - Dim tokenname As String + Dim tokenname As String = String.Empty Try username = txt_Username.Text - password = String.Empty email = txtEmail.Text - tokenname = "" - Catch Excep As MissingFieldException + Catch Excep As Exception MsgBox("Error05: " + Excep.Message) End Try diff --git a/login/login_FLEX.aspx b/login/login_FLEX.aspx index ecbbc2f..16d7558 100644 --- a/login/login_FLEX.aspx +++ b/login/login_FLEX.aspx @@ -141,7 +141,7 @@ - +