Skip to content

Commit 6e2877f

Browse files
committed
Registration should commit Image not Phone
1 parent 2afe5f1 commit 6e2877f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
311f1d6 (2012-03-16 13:17:48)
1+
2afe5f1 (2012-03-16 13:27:39)

deployment-templates/models/000_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
deployment_settings.auth.registration_requires_approval = False
3535

3636
# Uncomment this to request the Mobile Phone when a user registers
37-
deployment_settings.auth.registration_requests_mobile_phone = True
37+
#deployment_settings.auth.registration_requests_mobile_phone = True
3838
# Uncomment this to have the Mobile Phone selection during registration be mandatory
3939
#deployment_settings.auth.registration_mobile_phone_mandatory = True
4040
# Uncomment this to request the Organisation when a user registers
@@ -44,7 +44,7 @@
4444
# Uncomment this to have the Organisation input hidden unless the user enters a non-whitelisted domain
4545
#deployment_settings.auth.registration_organisation_hidden = True
4646
# Uncomment this to request an image when users register
47-
#deployment_settings.auth.registration_requests_image = True
47+
deployment_settings.auth.registration_requests_image = True
4848
# Uncomment this to direct newly-registered users to their volunteer page to be able to add extra details
4949
# NB This requires Verification/Approval to be Off
5050
# @ToDo: Extend to all optional Profile settings: Homepage, Twitter, Facebook, Mobile Phone, Image

0 commit comments

Comments
 (0)