basejump icon indicating copy to clipboard operation
basejump copied to clipboard

Make automatic create of personal accounts configurable

Open molti-tasking opened this issue 10 months ago • 1 comments

For my current projects I have to remove the feature to automatically create a "personal" space on user creation.

This merge request contains mainly:

  1. an extra boolean field for the global config to disable this feature.
  2. Also the tests crash on my end, this is why I added a if not exists check in if create extension if not exists "basejump-supabase_test_helpers" version '0.0.6';
  3. I added a new test file to check the new configuration.

Let me know what you think! :-)

molti-tasking avatar Apr 16 '24 22:04 molti-tasking