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 @@ } } +