<%onerror error%> IIS - Authentication Manager <%if reqparam RF "cancel"%> <%if urlparam RF "denyifcancel"%> <%!SetHttpStatus "401"%> <%else%> <%redirecthttp%><%urlparam%><%/redirecthttp%> <%endif%> <%goto end%> <%endif%> <%if platformtype EQ 1%>
^IISTITLE^
<%endif%> <%if platformtype EQ 2%>
^PWSTITLE^
<%endif%>

<%if msgbody.new NE msgbody.new2%> Passwords don't match

<%goto main%> <%endif%> <%if reqparam RF "domain"%> <%!ChangePassword msgbody.domain msgbody.acct msgbody.old msgbody.new%> <%else%> <%!ChangePassword "" msgbody.acct msgbody.old msgbody.new%> <%endif%> Password successfully changed.

<%goto main%> <%label error%> <%if rpcstatus EQ 53%> The specified domain is invalid.

<%elif rpcstatus EQ 1355%> The specified domain or account did not exist.

<%elif rpcstatus EQ 2245%> Either the password is too short or password uniqueness restrictions have not been met.

<%else%> <%rpcstatusstring%> <%endif%>
<%label main%> Back to <%urlparam%> <%label end%>