From 7ab4ac218df18a3cb5e919eda3ad9e57880598b1 Mon Sep 17 00:00:00 2001 From: ja Date: Mon, 11 Oct 2021 15:38:18 +0200 Subject: [PATCH] =?UTF-8?q?=C3=84nderungen=20login=20pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App_Code/RegexSammlung_VERAG.vb | 4 ++++ css/login/ForgotPW.css | 6 +++++- login/ForgotPW.aspx | 24 ++++++++++++++++-------- 3 files changed, 25 insertions(+), 9 deletions(-) diff --git a/App_Code/RegexSammlung_VERAG.vb b/App_Code/RegexSammlung_VERAG.vb index 3fc70cd..346ee86 100644 --- a/App_Code/RegexSammlung_VERAG.vb +++ b/App_Code/RegexSammlung_VERAG.vb @@ -14,4 +14,8 @@ Public Class RegexSammlung_VERAG Dim strtemp As String = "^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[^a-zA-Z\d]).{4,30}$" Return strtemp End Function + Function getUsername() As String + 'Not implemented yet! + Return "" + End Function End Class diff --git a/css/login/ForgotPW.css b/css/login/ForgotPW.css index 824aa03..4cb9bde 100644 --- a/css/login/ForgotPW.css +++ b/css/login/ForgotPW.css @@ -46,7 +46,11 @@ color: #003680; font-size: 1.65em; } - +.txt_design2 { + color: #003680; + font-size: 1.695em; + margin-right: 1px; +} #CustomerID { color: #003680; font-size: 1.320901320901321em; diff --git a/login/ForgotPW.aspx b/login/ForgotPW.aspx index d76804a..430ef6f 100644 --- a/login/ForgotPW.aspx +++ b/login/ForgotPW.aspx @@ -35,6 +35,12 @@ } } + - + - - - - - + + - + - +