User signup and self-service web application, built for OpenMRS, now running at id.openmrs.org. Integrates with an LDAP server and MongoDB to store user data. Built on Node and Express.
##Development:
Want to dig your hands in and lend a hand? Please read our development guide.
##Installation:
##Features:
- Simple user self-service for an OpenLDAP user directory, including:
- Signup - supporting email address verification, reCAPTCHA anti-spam forms, and welcome mail
- User profile changes - editing first/last name, email, password; adding multiple email addresses
- Password resets - reset by username or email address, send to all emails linked to a user
- Modular system for adding on new functionality, see (Modules)[https://github.com/openmrs/openmrs-contrib-id#modules] section
- Form validation and control
- Designed with the visual style of openmrs.org in mind :)
##Modules:
A few modules (providing additional functionality) have been created. They can be placed in app/user-modules
and loaded from conf.js
.
- openmrs-contrib-globalnavbar
openmrs-contrib-id-groups(We no longer use Google Groups and now use OpenMRS Talk in its place -- it is provided solely for historic purposes)- openmrs-contrib-id-oauth provides OAuth2.0-based authorization module for OpenMRS ID
- openmrs-contrib-id-sso provides single sign on authentication strategies
##Why We Built It: OpenMRS's developer community was in need of unification between the tools hosted at openmrs.org and elsewhere. With contributors needing separate accounts to submit code, edit the wiki, and join mailing lists (for example), the amount of user fragmentation between tools kept growing. People new to the OpenMRS community tended to be a little confused, having to manually manage profiles across very visually-disconnected sites. Ultimately, we wanted one ID, everywhere.
##Server Requirements:
- Node.js version in the 0.12.x tree
- LDAP directory (tested with OpenLDAP), additionally supporting extensible objects and password policies
- MongoDB database
- SMTP access
##License: Licensed under the MPL 2.0 HD