fix: renamed apps in hooks and rectified username validation conditions

This commit is contained in:
Jannat Patel
2022-06-23 10:12:26 +05:30
parent b2d38ad9d6
commit 02e560cb18
2 changed files with 13 additions and 10 deletions

View File

@@ -2,10 +2,10 @@
from __future__ import unicode_literals
from . import __version__ as app_version
app_name = "lms"
app_title = "LMS"
app_name = "frappe_lms"
app_title = "Frappe LMS"
app_publisher = "Frappe"
app_description = "LMS App"
app_description = "Frappe LMS App"
app_icon = "octicon octicon-file-directory"
app_color = "grey"
app_email = "school@frappe.io"