From 9b06928a0e4e3dd7c70b46e40e500e70b953f3ca Mon Sep 17 00:00:00 2001 From: ja Date: Mon, 11 Oct 2021 11:49:50 +0200 Subject: [PATCH] =?UTF-8?q?=C3=84nderungen=20login=20pagedesign?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Customers/Default2.aspx | 94 ++++++++++++++++++++++++++++++++++++++ Customers/Default2.aspx.vb | 5 ++ css/login/loginFLEX.css | 10 +++- login/ForgotPW.aspx.vb | 4 +- login/login_FLEX.aspx | 56 ++++++++++++----------- 5 files changed, 140 insertions(+), 29 deletions(-) create mode 100644 Customers/Default2.aspx create mode 100644 Customers/Default2.aspx.vb diff --git a/Customers/Default2.aspx b/Customers/Default2.aspx new file mode 100644 index 0000000..5908ed4 --- /dev/null +++ b/Customers/Default2.aspx @@ -0,0 +1,94 @@ +<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default2.aspx.vb" Inherits="Customers_Default2" %> + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ Kundennummer: +
+ +
+ Die Kundennummer ist erforderlich. +
+ +
+ Benutzername: + + +
+ Der Benutzername ist erforderlich. +
+ Kennwort: + + +
+ Bitte Passwort angeben. + +
+ +
+ +
+ + + Admin-Login +
+ <%'Dim url As String = Session.Keys.Item("urltochangepw") %> + Passwort Vergessen +
+
+
+ + diff --git a/Customers/Default2.aspx.vb b/Customers/Default2.aspx.vb new file mode 100644 index 0000000..608e5f3 --- /dev/null +++ b/Customers/Default2.aspx.vb @@ -0,0 +1,5 @@ + +Partial Class Customers_Default2 + Inherits System.Web.UI.Page + +End Class diff --git a/css/login/loginFLEX.css b/css/login/loginFLEX.css index 9080957..e011229 100644 --- a/css/login/loginFLEX.css +++ b/css/login/loginFLEX.css @@ -12,6 +12,7 @@ #Login1_LoginButton { color: #fff; background-color: #003680; + width: } #content_container { display: flex; @@ -34,7 +35,7 @@ font-size: 11px; border: 1px solid gray; width: 400px; - height: 400px; + height: 400px; } #lbl_login { color: #003680; @@ -49,6 +50,10 @@ color: #003680; font-size: 1.65em; } +.txt_design2 { + color: #003680; + font-size: 1.725em; +} #LoginButton { background-color: #003680; color: #fff; @@ -57,4 +62,7 @@ } #Password{ margin-right:-20px; +} +#UserName{ + font-size:17px; } \ No newline at end of file diff --git a/login/ForgotPW.aspx.vb b/login/ForgotPW.aspx.vb index bc44356..fb950f2 100644 --- a/login/ForgotPW.aspx.vb +++ b/login/ForgotPW.aspx.vb @@ -169,10 +169,10 @@ Partial Class login_ForgotPW Else MsgBox("Tokengenerierung nicht erfolgreich." & vbCrLf & "In 5 Sekunden nochmal versuchen!") Dim jetzt As DateTime = DateTime.UtcNow - Dim wenn As DateTime = DateTime.UtcNow.AddMinutes(-3) + Dim wenn As DateTime = DateTime.UtcNow.AddSeconds(-5) - If jetzt < DateTime.UtcNow.AddSeconds(-5) Then + If jetzt < wenn Then Return "NotYet" Else token = Convert.ToBase64String(time.Concat(Key).ToArray()) diff --git a/login/login_FLEX.aspx b/login/login_FLEX.aspx index ab9bfb1..a92bdc2 100644 --- a/login/login_FLEX.aspx +++ b/login/login_FLEX.aspx @@ -9,12 +9,12 @@ VERAG Spedition AG Login - + - - + + +