-
I added reCAPTCHA to my install and now I can no longer log in. I am thinking it is a firewall issue with my host so in the meantime, I would like to remove the reCAPTCHA from authenticating my login. Any ideas on how to fix this through the DB? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
We are able to duplicate the issue on edge browser. Its working on chrome. Which browser you are using? We are working on this issue and will be fixed soon. "Any ideas on how to fix this through the DB?" update HostSettings set SettingValue='False' where SettingName='Vanjaro.Integration.Captcha.Enabled' |
Beta Was this translation helpful? Give feedback.
-
I have had this problem on Chrome. However I upgraded an existing DNN site then added the Vanjaro_for_ DNN module. login:1 [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) |
Beta Was this translation helpful? Give feedback.
-
Ultimately, I believe my issue was firewall-related when I installed reCAPTCHA. |
Beta Was this translation helpful? Give feedback.
Ultimately, I believe my issue was firewall-related when I installed reCAPTCHA.
I had to disable the reCAPTCHA in the DB. The reCAPTCHA was still showing on my login page and because I could not log in, I could not restart my Application to remove my Cache. I waited for 24 hours and my login started to work.