diff --git a/apps/member/migrations/0006_create_note_account_bde_membership.py b/apps/member/migrations/0006_create_note_account_bde_membership.py
index a76ac922d55f9aa558c3cc2804e20135700584d0..4a18301fa5aa403d76e3ac187e849d9a414d3184 100644
--- a/apps/member/migrations/0006_create_note_account_bde_membership.py
+++ b/apps/member/migrations/0006_create_note_account_bde_membership.py
@@ -31,7 +31,7 @@ def give_note_account_permissions(apps, schema_editor):
         m.save()
     # By default, the note account is only authorized to be logged from localhost.
     note.password = "ipbased$127.0.0.1"
-    note.is_active = False
+    note.is_active = True
     note.save()
     # Ensure that the note of the account is disabled
     note.note.inactivity_reason = 'forced'
diff --git a/apps/scripts b/apps/scripts
index 84be9d0062beee2c1dc09f2f7ef082e6f6240ad1..654492f9e9262c37fecb43261f02557aeb6e1cc1 160000
--- a/apps/scripts
+++ b/apps/scripts
@@ -1 +1 @@
-Subproject commit 84be9d0062beee2c1dc09f2f7ef082e6f6240ad1
+Subproject commit 654492f9e9262c37fecb43261f02557aeb6e1cc1