ptuomola commented on pull request #2001: URL: https://github.com/apache/fineract/pull/2001#issuecomment-1000727822
@vorburger How about something as simple as this to stop the people changing the password? When setting up the instance you could just run "update fineract_default.m_appuser set cannot_change_password = 1 where id = 1;" to enable this for the admin user. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
