Petri Tuomola created FINERACT-1068:
---------------------------------------
Summary: System user should be configurable and not hardcoded
Key: FINERACT-1068
URL: https://issues.apache.org/jira/browse/FINERACT-1068
Project: Apache Fineract
Issue Type: Improvement
Reporter: Petri Tuomola
Various batch jobs in Fineract need a system user (e.g. to use as the ID under
which they make their changes). The system user is currently hardcoded in
AppUserConstants to be the user with username "system", and editing / deleting
of this user is disabled (done in FINERACT-1060).
It would be better if:
a) we would not refer to the system user with username but with user's ID - in
that case the username of the system user could be modified without breaking
anything
b) it would be possible to change the user that is used as system user (i.e.
choose another user by changing a configuration parameter)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)