Dear Developers,
I have issues with your DEMO-portal https://demo.openemr.io .
I can login to the DEMO portal (as physician) and do some actions, but after about 40 seconds the system kills the session and I have to re-login.
hi @dmq2007 , Thanks for reporting this. I instituted a feature to prevent users from modifying the passwords (does this every 60 seconds), but I am just realizing that it will break OpenEMR for users currently logged in. Will revert this change and reset demos asap.
Agree that some type of demo global setting (preventing demo users from modifying with the core users) will be best for this for future, however, takes longer to get these things into the stable version (since need patch release etc.). Am working out a solution here that should get what we want (it only resets the password salt/hash if the password has been modified) until get a better fix into the stable version (this quick fix is not as ideal as your global setting idea though since a bad user can still break things for users that are logged in at the same time on the demo): solution to prevent password changing on online demos by bradymiller · Pull Request #34 · openemr/demo_farm_openemr · GitHub
Yes, the application development is still very active. Can see ongoing commits to the codebase (average of at least a commit a day): Commits · openemr/openemr · GitHub
We try to stay way ahead of the curve with PHP versions. Currently works with most recent PHP (PHP 8) and have some basic automated testing that happens without issues on PHP 8.1-dev .