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 a76ac922..4a18301f 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 84be9d00..654492f9 160000 --- a/apps/scripts +++ b/apps/scripts @@ -1 +1 @@ -Subproject commit 84be9d0062beee2c1dc09f2f7ef082e6f6240ad1 +Subproject commit 654492f9e9262c37fecb43261f02557aeb6e1cc1