Too many failed registration attempts

Hi! I tried registering an user through front end in my tutor instance today. After filling up all the registration details and when i click “Submit” I get an error which state “Too many failed registration attempts”. Not aware how to fix it. Can somebody help? Thanks in advance

Hi, please see the post, a couple of solutions have been provided.

Hope this helps.

Hi Thanks. I could see that the post explains about how to unlock a user. But in my case, im not able to register. Is both the problem the same?

If you have Django Admin access can you maybe try creating the same user via Django Admin console?

If you haven’t created a super user you can create one with the following command,

tutor local do createuser --staff --superuser username emailaddress

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.