First time here? Check out the FAQ!
1

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.

Evgeny's avatar
13.2k
Evgeny
updated 2011-11-11 13:20:06 -0500
anonymous user
asked 2011-11-10 17:02:14 -0500
edit flag offensive 0 remove flag close merge delete

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.

Evgeny's avatar Evgeny (2011-11-11 13:28:19 -0500) edit

Ok submitted update to the repository, you can either git pull or download zip from github (not available at pypy yet). Thanks again.

Evgeny's avatar Evgeny (2011-11-11 13:49:19 -0500) edit
add a comment see more comments

1 Answer

0

Thank you for reporting this and I apologize for the delay.

The error was in the incorrect translation of url. Also, German translation is not 100% complete, plus we are still finishing up the new skin hopefully in a week it will be more solid.

Maybe you could try revision 0.7.25 for now. Sorry again, will try to be more responsive in the future.

Evgeny's avatar
13.2k
Evgeny
answered 2011-11-11 13:26:11 -0500
edit flag offensive 0 remove flag delete link

Comments

what delay? you answered and fixed it on the same day, that's pretty impressive imo :) thx Evgeny

piskvorky's avatar piskvorky (2011-11-11 14:16:15 -0500) edit
add a comment see more comments