Developer forum

Forum » Development » Display error message to user on failed extranet login

Display error message to user on failed extranet login


Reply

 

 

I use the Dynamicweb.Notifications.Standard.User.OnExtranetLoginFailed subscriber but how do I provide the page with a message from the OnNotify any ideas?


Replies

 
Reply

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");

 

You must be logged in to post in the forum