commit | 9ca3f2847af12901daca97048e97c3ca90904d50 | [log] [tgz] |
---|---|---|
author | Saurabh <saurabh6790@gmail.com> | Thu Feb 02 19:22:16 2017 +0530 |
committer | Saurabh <saurabh6790@gmail.com> | Thu Feb 02 19:22:36 2017 +0530 |
tree | e388a17f03dbe51a2595826009aa4254b0886473 | |
parent | ed94aa479865404553826cb1ab9c341cda415034 [diff] |
a[minor][fix] demo user perm fix
diff --git a/erpnext/demo/setup/setup_data.py b/erpnext/demo/setup/setup_data.py index 0c6a9b8..c664101 100644 --- a/erpnext/demo/setup/setup_data.py +++ b/erpnext/demo/setup/setup_data.py
@@ -48,7 +48,7 @@ setup_complete({ "first_name": "Test", "last_name": "User", - "email": "demo@erpnext.com", + "email": "test_demo@erpnext.com", "company_tagline": 'Awesome Products and Services', "password": "demo", "fy_start_date": "2015-01-01",