0

I have been trying to locate that is there a way we can remove "Create an Account" link from home page/login panel and somehow create that link inside admin panel? In my case, I don't want everyone to get registered with my KoboToolbox but I want to add the user from Admin Panel and assign them roles accordingly?

Let me know if there is a way or any workaround for this problem.

Thanks

1 Answers1

2

This would be better answered at https://community.kobotoolbox.org/, but KoBoToolbox has a setting called REGISTRATION_OPEN that you can disable through the Django admin interface. Find it at https://your-kobo-host/admin/constance/config/. See also https://github.com/kobotoolbox/kpi/pull/1736.

jnm
  • 119
  • 4
  • Whilst this may theoretically answer the question, [it would be preferable](//meta.stackexchange.com/q/8259) to include the essential parts of the answer here, and provide the link for reference. – Anton Menshov Dec 19 '19 at 19:27
  • @AntonMenshov, in fact these are the essential (and only) parts of the answer: go to the Django admin interface (I posted an example URL for convenience), and modify the `REGISTRATION_OPEN` setting. The GitHub link was simply provided for reference as it's the pull request where I, the maintainer of KoBoToolbox, added the feature to disable registration. Thanks. – jnm Sep 17 '21 at 23:47