mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 13:24:47 +00:00
conf migration
This commit is contained in:
@@ -42,7 +42,7 @@ def make_demo_user():
|
||||
p.doc.last_name = "User"
|
||||
p.doc.enabled = 1
|
||||
p.doc.user_type = "ERPNext Demo"
|
||||
p.doc.send_invite_email = 0
|
||||
# p.doc.send_invite_email = 0
|
||||
p.doc.new_password = "demo"
|
||||
p.insert()
|
||||
add_roles(p)
|
||||
@@ -118,4 +118,4 @@ def make_demo_on_login_script():
|
||||
webnotes.conn.commit()
|
||||
|
||||
if __name__=="__main__":
|
||||
make_demo_app()
|
||||
make_demo_app()
|
||||
|
||||
Reference in New Issue
Block a user