ASP.NET membership password expiration

前端 未结 6 532
感动是毒
感动是毒 2021-01-30 14:24

I am using ASP.NET membership for the authentication of my web app. This worked great for me. I now have to implement password expiration.

If the password has expired th

6条回答
  •  深忆病人
    2021-01-30 15:05

    You could add an event handler for the HttpApplication.PostAuthenticateRequest event in global.asax and handle the redirection there.

提交回复
热议问题