Prise en charge du mode d'enregistrement anonyme avec mot de passe.
[photoprint.git] / skins / customer_join_form.py
index f5f0f7c..3f5beac 100755 (executable)
@@ -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 :