Password login not working
Hi, after upgrading to the latest code from github, the password login stopped working.
With LANGUAGE_CODE='en' in settings.py
, things work as expected.
After changing this to e.g. 'de', the 'einloggen' link leads to de/zugang/einloggen/
. Here when username and password is filled in and submitted, nothing happens: the page just reloads, no login happens, no error in the log.
I tried following the javascript code but couldn't make sense of it, there are no comments. Any help of where to look is appreciated.
Comments
Did you use code from the repository? I've just pushed the small fix, but it will require recomiling the message file. If you wait another 15 mins, I will publish the recompiled version too.
Ok submitted update to the repository, you can either git pull or download zip from github (not available at pypy yet). Thanks again.