Codedesign Default2.aspx und Anpassung logik LKWs.aspx

This commit is contained in:
ja
2022-01-04 12:27:22 +01:00
parent 8ff511fb23
commit 7c58fd7f06
3 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
<%@ Page Title="" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="Default2.aspx.vb" Inherits="Customers_Default2" Async="true" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server"><%If String.Equals(Page.User.Identity.Name, "Admin") = False Then
FormsAuthentication.RedirectToLoginPage()
FormsAuthentication.RedirectToLoginPage("ParNAdmin=TRUE")
End If %>
</asp:Content>