Right now I'm letting Umbraco handle the logging in of my members through my website so I have no access to its controller. Because of this I have no way of letting the user know they have successfully logged in or not.
So how can I expand upon the preexisting umbraco login logic to let me either display something to say they've logged in, or to redirect them to a different page?
Perhaps this article from the advent calendar 2 years ago written by Jonas Eriksson could be a good starting point for you. On how to create a login form using a MVC surfacecontroller.
Amending Umbraco Log in page
Right now I'm letting Umbraco handle the logging in of my members through my website so I have no access to its controller. Because of this I have no way of letting the user know they have successfully logged in or not.
So how can I expand upon the preexisting umbraco login logic to let me either display something to say they've logged in, or to redirect them to a different page?
My log in view is this
Hi SlothMonkey,
Perhaps this article from the advent calendar 2 years ago written by Jonas Eriksson could be a good starting point for you. On how to create a login form using a MVC surfacecontroller.
http://24days.in/umbraco/2012/creating-a-login-form-with-umbraco-mvc-surfacecontroller/
Hope this helps,
/Dennis
is working on a reply...