- Added a
requiredFields
option to add fields to be converted into required.
- Compatible with the new
passwordRules
option of the apostrophe module version 2.99.0 and up.
- At signup the password field is now properly required.
- Duplicate email or username now reported in a reasonable manner.
- Added an
addRoutes
method to make it easier to override that behavior. Thanks to Jose96GIT. - Removed noisy logging.
- Provided the missing
views/signupEmail.html
template. - More complete documentation with various common issues.
Initial release.