diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2011-04-23 12:16:06 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2011-04-23 12:16:06 -0700 |
commit | 466f2a657ef4b22346e2232f50bc5cca4ab6e540 (patch) | |
tree | 06e4f2226d7c1b990d7ebb920b15456e9af871d4 /modules/user/module.info | |
parent | a9eb995dd2b64667c300c6193656b6cdfeb4e2a5 (diff) |
Fix ticket #1694. Correct Spelling of mininum_password_length to minimum_password_length
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 185a3e3a..b7594815 100644 --- a/modules/user/module.info +++ b/modules/user/module.info @@ -1,4 +1,4 @@ name = "Users and Groups" description = "Gallery 3 user and group management" -version = 3 +version = 4 |