-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Missing feedback in some forms #23
Comments
So this only happens when you use custom templates? (just trying to understand the issue better) |
Yes happens in my custom templates, but my feedback template was unaltered at the time. |
Could you perhaps walk me through all the configs and templates that you are using that are non-standard? Or even easier zip them up (with access tokens removed of course) and send them to me so I can have a look? |
|
A fix was merged as you can see above. Are you using a version that includes that? |
When I edit my profile and submit the form I get no feedback. When I want to recover my password and I use an e-mailadres that's not registered I get no feedback. The
feedback template
is included inside the files. The only form that gives feedback is thelogin form
.The documentation is missing/lacking in explaining if there are twig-functions for this to do this manually.
Details
Reproduction
Copy all needed files to the theme directory and set the paths accordingly inside the auth config.
Test the login / recovery / edit templates. You wil notice that only the login template gives feedback of being successfully logged in or out.
I looked in the source of my HTML and there is also no empty html tag from the feedback template. It does not show at all.
The text was updated successfully, but these errors were encountered: