Move "create and account" link in KoboToolbox Login form to Admin Panel

303 views Asked by At

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

There are 1 answers

2
jnm On BEST ANSWER

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.