Goal of this small project: Allow users to (optionally) one-time register their OpenEMR installation to improve visibility of unique users. After registering, users will receive email updates when OpenEMR is updated (including security updates).
We really appreciate your effort in creating the user registration for OpenEMR.
As a part of initial effort in contributing to OpenEMR with registration , we also came up with the similar idea and started to process in getting OpenEMR User registration done .
Since we see multiple threads from your end, saying most of the items are already under development, we would like to join hands to take part with the development progress if needed.
Mathew,
Specifically, if you need any help on the back end implementation (NOT the
GUI - since you have already designed it) including testing please let the
team know.
We really appreciate your effort in creating the user registration for
OpenEMR.
As a part of initial effort in contributing to OpenEMR with registration ,
we also came up with the similar idea and started to process in getting
OpenEMR User registration done .
Since we see multiple threads from your end, saying most of the items are
already under development, we would like to join hands to take part with
the development progress if needed.
Wow, thanks to all for quick feedback and offering to help!
@Robert: please update the project page with whatever plan you have for the backend. I wanted to mention that I’ve had luck with https://www.mailgun.com/ for the sending out piece. It’s not totally free though. Else, https://nodemailer.com/ is a pretty plug-and-play solution where you create a “service” gmail account to be the sender. SES is nice as well, but I know we’re trying to move fast with this project.
Time to bring the code into the codebase. Is it functional now? Also, what happens if the OpenEMR instance is not connected to the internet (ie. does it time out nicely)?
I’m looking into a wildcard SSL certificate to cover both open-emr.org and reg.open-emr.org.
Any folks know of places to find inexpensive wildcard SSL certificates?
And where should we direct the reg.open-emr.org domain to (after reading up on AWS, looks like will be using CNAME)?
We do not have first hand experience but Let’s Encrypt seems to be promising since they already have support from one root authority. If this really work, it something all portal servers should incorporate in the standard setup instructions.
Thanks for pointing out the Let’s Encrypt option. That will be a very nice free way to support https on the main open-emr.org website (after we migrate the website away from sourceforge).
Read into this a bit, and appears it means that the certificates can only be used in some of the amazon services (like load balancer and cloudfront). Since the registration project will be using a load balancer, I think this will work for this(and it will hopefully show up on browsers as being “official”).
Looks like we won’t be able to use this mechanism within an EC2 container for the website (we are thinking of migrating the open-emr.org website from sourceforge to an AWS EC2 instance). In this case, though, the Lets Encrypt option you pointed out should work very well (and best of all is free in terms of cost and maintenance).