First time here? Check out the FAQ!
0

Did login js change recently? [closed]
 

I made some local changes to the deps/django_authopenid/backend.py files - 'password' method to query the unix passwd system.

I just updated to the latest code on my beta site, and I noticed that when I go to the sign-in page (/account/signin) I get the service provide logos, but when I click on the askbot logo, I don't get the username/password box I used to get.

I get a POST back to the server instead.

Any quick ideas on what might have changed?

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 14 years ago
Benoit's avatar
875
Benoit
asked 14 years ago

Closed for the following reason question is not relevant or outdated by Benoit
close date 2010-12-09 12:07:27

Comments

see more comments

1 Answer

0

Some things have changed in the templates and js files. One thing you can quickly try is to increment the "resource revision" in the user interface settings and then restarting the site - the skins are not yet updated live.

Other than that - It's hard to tell precisely. It's either js not loaded or loaded in wrong order or there are bugs in the javascript.

Did you modify anything beyond the login backends? I'm afraid you'll either have to debug or send me somehow the code of your site - I'll be glad to help. Maybe that will give some pointers on how to make customizations easier.

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 14 years ago, answered 14 years ago
link

Comments

I actually did change the template to modify the text, so I suspect it might be a merge problem. I'll track it down further.
Benoit's avatar Benoit (14 years ago)
I've reset the site, and the login now works. I'll close this
Benoit's avatar Benoit (14 years ago)
see more comments