From 15b92954b469145be9528335d7fb2c0364f37dac Mon Sep 17 00:00:00 2001 From: ja Date: Wed, 16 Feb 2022 16:49:19 +0100 Subject: [PATCH] =?UTF-8?q?=C3=84nderungen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- login/CreateUser.aspx | 3 +-- login/login_FLEX.aspx | 4 ++-- login/login_FLEX.aspx.vb | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/login/CreateUser.aspx b/login/CreateUser.aspx index d0f4e71..1541fd9 100644 --- a/login/CreateUser.aspx +++ b/login/CreateUser.aspx @@ -210,8 +210,7 @@
-
- +
diff --git a/login/login_FLEX.aspx b/login/login_FLEX.aspx index 084e9f5..b8af4f2 100644 --- a/login/login_FLEX.aspx +++ b/login/login_FLEX.aspx @@ -1,9 +1,9 @@ -<%@ Page Language="VB" Debug="true" AutoEventWireup="true" CodeFile="login_FLEX.aspx.vb" Inherits="login_FLEX" EnableSessionState="True" Async="true" %> +<%@Page Language="VB" Debug="true" AutoEventWireup="true" CodeFile="login_FLEX.aspx.vb" Inherits="login_FLEX" EnableSessionState="True" Async="true" %> - <%@ Import Namespace="MySql.Data.MySqlClient" %> + <%@Import Namespace="MySql.Data.MySqlClient" %> diff --git a/login/login_FLEX.aspx.vb b/login/login_FLEX.aspx.vb index 276fd39..1651c8b 100644 --- a/login/login_FLEX.aspx.vb +++ b/login/login_FLEX.aspx.vb @@ -235,7 +235,7 @@ Partial Class login_FLEX 'MsgBox(str) 'End If - FormsAuthentication.RedirectFromLoginPage(UserNaMe, True) + FormsAuthentication.RedirectFromLoginPage(UserNaMe, cb.Checked) End If 'MsgBox("Erfolgreich validiert.") Session.Add("test", UserNaMe)