I use the Dynamicweb.Notifications.Standard.User.OnExtranetLoginFailed subscriber but how do I provide the page with a message from the OnNotify any ideas?
Create a login form on a page that is not protected by extranet. And in the notification you can extend the page template with your own message tag: PageView.TemplatePage.SetTag("ErrorMessagePlaceHolder", "ErrorMessage");