From f5dd3128af7fa391921738a94bd2d177e84b501b Mon Sep 17 00:00:00 2001 From: ja Date: Wed, 13 Oct 2021 09:08:24 +0200 Subject: [PATCH] Tokenmessages --- login/ForgotPW.aspx.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/login/ForgotPW.aspx.vb b/login/ForgotPW.aspx.vb index 26a1aff..58aa397 100644 --- a/login/ForgotPW.aspx.vb +++ b/login/ForgotPW.aspx.vb @@ -50,7 +50,7 @@ Partial Class login_ForgotPW regexval_txt_Email.Validate() Catch ex As Exception Dim Msg, Style, Title As String - Msg = "E-mail Prüfung fehlgeschlagen!" & vbCrLf + "Bitte erneut versuchen!" + Msg = "E-Mail Prüfung fehlgeschlagen!" & vbCrLf + "Bitte erneut versuchen!" Style = vbRetry + vbExclamation + vbDefaultButton1 Title = "Fehler bei E-Mail Authentifizierung!" MsgBox(Msg, Style, Title) @@ -72,7 +72,7 @@ Partial Class login_ForgotPW 'MsgBox(tokenname, msgboxstyle) MsgBox("Token erfolgreich generiert.") Else - MsgBox("token nicht mehr Gültig! Neuer wird generiert!") + MsgBox("Token ist nicht mehr gültig! Es wird ein neuer generiert!") tokenname = genToken(username, password, email) End If 'SendEmail(username, password, email)