Changing Redirect Message

James

Well-known member
To change the redirect message I'm changing the _redirectMessage response, example:
Code:
e.ajaxData._redirectMessage = "Your username has been changed";

Is there a more efficient (or standard if you will) method to do this, or should I continue changing like so?
 
I was wondering the same thing James. I would love if we were able to change things like this directly in the user CP.
 
Top Bottom