DjangoCMS and two-factor-auth

206 views Asked by At

I'm trying to use the django-two-factor-auth on djangoCMS, I saw it can be hooked to views or even called thru request.user but I'm having bad time trying to figure out how I can actually do that given that on djangoCMS, from what I got so far, there are no views I can touch.

I looked at the example app on heroku for the 2-fact-auth but it doesn't give me enough hints.

Anyone has faced this before?

Thanks

0

There are 0 answers