azerbini / eamena_dev

Arches is a web-based, geospatial information system for cultural heritage inventory and management.
GNU Affero General Public License v3.0
1 stars 2 forks source link

refactor default user creation to a csv file #103

Closed mradamcox closed 5 years ago

mradamcox commented 5 years ago

Description of Change

During packages -o install, remove the admin user that Arches creates by default, and replace with a user (also named admin) from a CSV file that is referenced in settings. This sets the foundation for the automatic creation of default users that are not the admin/admin user by allowing users to set a new path to their own CSV file, in settings.py or (ideally) settings_local.py.

Issues Solved

Types of changes

Checklist

Further comments