I've just upgraded to version 2.4.2. Now the custom login page doesn't work
anymore in Firefox and Chrome, on the previous version everything worked
nicely on both browsers.
What I discovered it that since version 2.4.2 a little "#" was popping up
into the action attribute of our custom login form... When I remove the
hashtag with Firefox the login form works as expected again... So, with
versie 2.4.2 I end up with this form tag (that doesn't work in FF and
Chrome):
<form method="post" enctype="multipart/form-data" action="#"
autocomplete="off">
When I change it into:
<form method="post" enctype="multipart/form-data" action=""
autocomplete="off">
Everything works again :)
Did something change in this version that's causing this behavior?
The view isn't more than this when you strip out all the HTML:
{{=form.custom.begin}}
<div class="row form">
<label>{{=T('E-mail address')}}</label>
{{=form.custom.widget.email}}
</div>
<div class="row form">
<label>{{=T('Password')}}</label>
{{=form.custom.widget.password}}
</div>
{{=form.custom.submit}}
{{=form.custom.end}}
--
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.