Hello I’m trying to put a captcha on the backend login and everything works except the captcha is not showing. On the frontend everything works like a charm. I didn’t enable pretty URL yet, but that works as well because I tested it. Hiding the index.php on the other hand is also not working in the latest yii2 version, enabling hiding index.php gives also routing errors. Did somebody fix the ‘captcha-backend’ issue??
After I reached my milestone in my yii2 project I was left with the captcha issue so I used the following workaround. I didn’t invest much time in the captcha code of Yii2 but I think there is a routing issue, a bug. Anyway this is the workaround