aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/Default.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-02-06 17:03:46 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-02-06 22:53:30 +0000
commit1e301bf1e07daf35150d54b132bbbe66f0a8095e (patch)
treeeb7fa1be4b978cb16b70b7346aa100627e3ebc07 /perllib/FixMyStreet/Cobrand/Default.pm
parent6edf79cb0ecd150ea0f054c8faa7be0b055fc2d0 (diff)
parent3e201f8d48554ab8c4b8132eaa50b5fe7dd1d67e (diff)
Merge branch 'password-tests'
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Default.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/Default.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Default.pm b/perllib/FixMyStreet/Cobrand/Default.pm
index 7888f8ccf..c6ca5c56b 100644
--- a/perllib/FixMyStreet/Cobrand/Default.pm
+++ b/perllib/FixMyStreet/Cobrand/Default.pm
@@ -59,6 +59,14 @@ sub path_to_email_templates {
return $paths;
}
+=item password_minimum_length
+
+Returns the minimum length a password can be set to.
+
+=cut
+
+sub password_minimum_length { 6 }
+
=item country
Returns the country that this cobrand operates in, as an ISO3166-alpha2 code.