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?

Evgeny's avatar
13.2k
Evgeny
updated 2010-12-09 13:05:01 -0500
Benoit's avatar
875
Benoit
asked 2010-12-06 17:17:44 -0500
edit flag offensive 0 remove flag reopen merge delete

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

Comments

add a comment 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.

Evgeny's avatar
13.2k
Evgeny
updated 2010-12-06 17:34:01 -0500, answered 2010-12-06 17:33:15 -0500
edit flag offensive 0 remove flag delete 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 (2010-12-06 18:31:03 -0500) edit
I've reset the site, and the login now works. I'll close this
Benoit's avatar Benoit (2010-12-09 12:06:57 -0500) edit
add a comment see more comments