OpenEMR 7.0.1 (1)
Debian 12
WebServer Apache/2.4.57 (Debian)
PHP Version 8.2.10
When I change a user’s password via Admin > Users I get the following error in /var/log/apache2/error.log
[Tue Sep 05 15:50:48.208590 2023] [php:warn] [pid 1113406] [client xxx.xxx.xxx.xxx:33888] PHP Warning: Undefined array key "billing_facility_id" in /var/www/myopenemr.com/public_html/interface/usergroup/usergroup_admin.php on line 158, referer: https://myopenemr.com/interface/usergroup/user_admin.php?id=53&csrf_token_form=XXXXXXXX
[Tue Sep 05 15:50:48.483366 2023] [php:notice] [pid 1113406] [client xxx.xxx.xxx.xxx:33888] OpenEMR Error: call to passwordVerify is missing password or hash, referer: https://myopenemr.com/interface/usergroup/user_admin.php?id=53&csrf_token_form=XXXXXXXX
[Tue Sep 05 15:50:48.486451 2023] [php:notice] [pid 1113406] [client xxx.xxx.xxx.xxx:33888] OpenEMR Error: call to passwordVerify is missing password or hash, referer: https://myopenemr.com/interface/usergroup/user_admin.php?id=53&csrf_token_form=XXXXXXXX
The password changes and the user is able to log in using it
Any ideas what’s causing this is and how I can fix it?
Thanks in advance