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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
updated 13 years ago
anonymous user
asked 13 years ago

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 (13 years ago)

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 (13 years ago)
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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 13 years ago
link

Comments

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

piskvorky's avatar piskvorky (13 years ago)
see more comments