feat: configuration to allow guest access
This commit is contained in:
5
lms/patches/v2_0/allow_guest_access.py
Normal file
5
lms/patches/v2_0/allow_guest_access.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import frappe
|
||||
|
||||
|
||||
def execute():
|
||||
frappe.db.set_single_value("LMS Settings", "allow_guest_access", 1)
|
||||
Reference in New Issue
Block a user