diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-27 10:13:40 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-27 10:13:52 -0700 |
| commit | 156a99beef968a22167502bb6389b4df7526feb0 (patch) | |
| tree | ff844e8d730e9093644af7fb7ce79a50a8a42fda /modules/user/module.info | |
| parent | 60339d4584e7a729d96256c59a48ad6a4692da1d (diff) | |
Set the minimum password length to 5. The gallery owner can change this in the advance settings.
Diffstat (limited to 'modules/user/module.info')
| -rw-r--r-- | modules/user/module.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/module.info b/modules/user/module.info index 36a2179a..7178f108 100644 --- a/modules/user/module.info +++ b/modules/user/module.info @@ -1,6 +1,6 @@ name = "Users and Groups" description = "Gallery 3 user and group management" -version = 1 +version = 2 ; Don't show this module on the module administration screen no_module_admin = 1 |
