diff mod_invites_register_web/README.markdown @ 4833:15cf32e666da

mod_invites_register_web: Add mod_password_policy checks for web registration
author Matthew Wild <mwild1@gmail.com>
date Wed, 22 Dec 2021 15:05:31 +0000
parents 816c2fa1ca84
children 027fb71ad509
line wrap: on
line diff
--- a/mod_invites_register_web/README.markdown	Wed Dec 22 14:48:46 2021 +0000
+++ b/mod_invites_register_web/README.markdown	Wed Dec 22 15:05:31 2021 +0000
@@ -6,6 +6,7 @@
   dependencies:
   - mod_invites
   - mod_invites_page
+  - mod_password_policy
   - mod_register_apps
   build:
     copy_directories:
@@ -44,3 +45,8 @@
 This module depends on mod_invites_page solely for the case where an invalid
 invite token is received - it will redirect to mod_invites_page so that an
 appropriate error can be served to the user.
+
+The module also depends on [mod_password_policy] (which will be automatically
+loaded). As a consequence of this module being loaded, the default password
+policies will be enforced for all registrations on the server if not
+explicitly loaded or configured.