fix: custom signup form

This commit is contained in:
Jannat Patel
2021-12-17 11:24:28 +05:30
parent 38087f0b02
commit 0b83307f7d
6 changed files with 287 additions and 34 deletions

View File

@@ -187,3 +187,7 @@ page_renderer = [
# set this to "/" to have profiles on the top-level
profile_url_prefix = "/users/"
custom_signup_form = "school.plugins.show_custom_signup"
on_login = "school.overrides.user.set_country_from_ip"