Skip to content

Instantly share code, notes, and snippets.

View felipecrestani's full-sized avatar

Felipe Cesar Crestani felipecrestani

  • Joinville - SC - Brazil
View GitHub Profile
@felipecrestani
felipecrestani / password.aspx
Created September 14, 2021 21:22
Change Password
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../Site.xsl"?>
<?xml-stylesheet type="text/css" href="../RenderFail.css"?>
<% @Page Language="C#" Debug="false" ResponseEncoding="utf-8" ContentType="text/xml" %>
<% @Import Namespace="System " %>
<% @Import Namespace="System.Security" %>
<% @Import Namespace="Microsoft.TerminalServices.Publishing.Portal.FormAuthentication" %>
<% @Import Namespace="Microsoft.TerminalServices.Publishing.Portal" %>
<% @Import Namespace="System.Web.Security.AntiXss" %>
<script language="C#" runat=server>