SCLS/SSWCS_JXDL(2019)/WebApplication1/Account/ChangePasswordSuccess.aspx

14 lines
499 B
Plaintext
Raw Permalink Normal View History

2025-05-19 09:45:29 +08:00
<%@ Page Title="更改密码" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true"
CodeBehind="ChangePasswordSuccess.aspx.cs" Inherits="WebApplication1.Account.ChangePasswordSuccess" %>
<asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent">
</asp:Content>
<asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent">
<h2>
更改密码
</h2>
<p>
您的密码已成功更改。
</p>
</asp:Content>