Login bug in Mezzanine site -
we have started on project using mezzanine cms platform. trying implement authentication/login feature encountered problem:
http://usbong.pythonanywhere.com
when click "login" button (the 1 beside sign up, not link) nothing happens when login form supposed show. signup works fine can't log in. once login using other means (admin), it's "logout" button's turn not work.
any please? thank you
edit: appears mezzanine.accounts , django's allauth appear not work together? because when comment out allauth in settings.py, login works. workaround both of them work @ same time?
all auth supports username/password login. reason why wouldn't use that?
Comments
Post a Comment