Update 07082021
This commit is contained in:
8
WebFormApp/Account/ResetPasswordConfirmation.aspx
Normal file
8
WebFormApp/Account/ResetPasswordConfirmation.aspx
Normal file
@@ -0,0 +1,8 @@
|
||||
<%@ Page Title="Das Kennwort wurde geändert." Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="ResetPasswordConfirmation.aspx.cs" Inherits="WebFormApp.Account.ResetPasswordConfirmation" Async="true" %>
|
||||
|
||||
<asp:Content runat="server" ID="BodyContent" ContentPlaceHolderID="MainContent">
|
||||
<h2><%: Title %>.</h2>
|
||||
<div>
|
||||
<p>Ihr Kennwort wurde geändert. Klicken Sie <asp:HyperLink ID="login" runat="server" NavigateUrl="~/Account/Login">hier</asp:HyperLink> um sich anzumelden. </p>
|
||||
</div>
|
||||
</asp:Content>
|
||||
Reference in New Issue
Block a user