Hello i would like to know if it's possible to change default flask-user flash messages.
For example the ones in "user_manager__views.py"
When i use @login_required it redirects the user to the login page and shows this message "You must be signed in to access {here_the_url}."
What can i do if i want to show another message? Is it possible?