mirror of
https://github.com/frappe/lms.git
synced 2026-05-02 13:39:31 +03:00
fix: renamed signup hook and moved default form to a template
This commit is contained in:
+1
-1
@@ -189,6 +189,6 @@ page_renderer = [
|
||||
# set this to "/" to have profiles on the top-level
|
||||
profile_url_prefix = "/users/"
|
||||
|
||||
custom_signup_form = "school/templates/signup-form.html" if frappe.db.get_single_value("LMS Settings", "verify_age") else None
|
||||
signup_form_template = "school.plugins.show_custom_signup"
|
||||
|
||||
on_login = "school.overrides.user.set_country_from_ip"
|
||||
|
||||
Reference in New Issue
Block a user