X-Git-Url: https://scm.cri.minesparis.psl.eu/git/photoprint.git/blobdiff_plain/3c2f6847f02b7dc0b60fa586837e16635cef32cc..46df770d58b2dbf154a3da4d62d82ae30d39bc86:/skins/customer_join_form.py?ds=inline

diff --git a/skins/customer_join_form.py b/skins/customer_join_form.py
index f5f0f7c..3f5beac 100755
--- a/skins/customer_join_form.py
+++ b/skins/customer_join_form.py
@@ -39,7 +39,6 @@ continuationFields = [
 	, 'member_id'
 	, 'password'
 	, 'confirm'
-	, 'send_password'
 	, 'collection_id'
 	, 'collection_password'
 	, 'collection_password_confirm'
@@ -47,8 +46,7 @@ continuationFields = [
 	, 'billing_city'
 	, 'billing_zipcode'
 	, 'country'
-	, 'phone'
-	, 'accept_gcs']
+	, 'phone']
 
 
 for name in continuationFields :