feat: configuration to allow guest access

This commit is contained in:
Jannat Patel
2025-02-06 12:14:24 +05:30
parent 49631b6e56
commit ba26826896
10 changed files with 55 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
import frappe
def execute():
frappe.db.set_single_value("LMS Settings", "allow_guest_access", 1)