mod_invites_register_web/README.markdown
changeset 4837 15cf32e666da
parent 4228 816c2fa1ca84
child 5145 027fb71ad509
--- 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.