You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
2. In the above screenshot, you can see three configuration variables regarding Email and Workspace creation on Sign up.
21
+
1. In the above screenshot, you can see three configuration variables regarding Email and Workspace creation on Sign up.
19
22
1.**LOWCODER\_EMAIL\_SIGNUP\_ENABLED**\
20
23
\
21
-
This variable is the configuration for showing "Sign Up" button on Lowcoder. When it is set to "TRUE", "Sign Up" button will show up and new User can sign up inSAAS mode. A new Workspace will be created for this User, and he/she will be the Admin of this Workspace :\
24
+
This variable is the configuration for showing "Sign Up" button on Lowcoder. When it is set to "TRUE", "Sign Up" button will show up and new User can sign up inMulti-Workspace mode. A new Workspace will be created for this User, and he/she will be the Admin of this Workspace :\
22
25
\
23
26
LOWCODE\_EMAIL\_SIGNUP\_ENABLED =**true**\
24
27
@@ -123,9 +126,5 @@ Here, if Admin disables the "Email Auth" ( means that Members can't Sign up/Logi
123
126
\
124
127
If LOWCODER\_CREATE\_WORKSPACE\_ON\_SIGNUP is set to "True", then for every new Sign Up, a New Workspace will be created for the User. 
125
128
126
-
{% hint style="info" %}
127
-
Workspace Mode Env variable can also have the value "MULTIWORKSPACE" instead of "SAAS" 
InEnterpriseMode, there is only One Workspace that gets created automatically and Users can only join in that Workspace as a Member/Admin, but can't create their own Workspaces. With some other settings, Super Admin can control the behavior of Users onEnterprise mode. 
3
+
InSingle WorkspaceMode, there is only One Workspace that gets created automatically and Users can only join in that Workspace as a Member/Admin, but can't create their own Workspaces. With some other settings, Super Admin can control the behavior of Users onSingle Workspace mode. 
4
4
5
-
###Setting UpEnterprise mode
5
+
###Setting UpSingle Workspace mode
6
6
7
7
1. In Local Setup, we have a Root Admin User, that we can configure in docker-compose-multi.yml file. This user will be created by default and it will Super Admin of the default Workspace.\
8
8
@@ -12,48 +12,56 @@ In Enterprise Mode, there is only One Workspace that gets created automatically
3. In the above screenshot, you can see three configuration variables regarding Email and Workspace creation on Sign up. Let's go through these one by one. 
16
-
1.**LOWCODER\_EMAIL\_SIGNUP\_ENABLED**\
17
-
\
18
-
This variable is the configuration for showing "Sign Up" button on Lowcoder. When it is set to "true", "Sign Up" button will show up and new User can sign up in ENTERPRISE mode. But, as this is ENTERPRISE mode, the new User will only become a Member of the default Workspace.\
This variable is the configuration for creating a Workspace when new User signs up, but as there is only One Workspace that gets created by default in ENTERPRISE mode, so this variable value doesn't matter in ENTERPRISE mode. Setting it to TRUE or FALSE won't create a new Workspace on Sign Up.\
Workspace Mode Env variable can also have the value "SINGLEWORKSPACE" instead of "ENTERPRISE" .
18
+
{% endhint %}
19
+
20
+
In the above screenshot, you can see three configuration variables regarding Email and Workspace creation on Sign up. Let's go through these one by one:
21
+
22
+
23
+
24
+
1.**LOWCODER\_EMAIL\_SIGNUP\_ENABLED**\
25
+
\
26
+
This variable is the configuration for showing "Sign Up" button on Lowcoder. When it is set to "true", "Sign Up" button will show up and new User can sign up in Single Workspace mode. But, as this is Single Workspace mode, the new User will only become a Member of the default Workspace.\
This variable is the configuration for creating a Workspace when new User signs up, but as there is only One Workspace that gets created by default in Single Workspace mode, so this variable value doesn't matter in Single Workspace mode. Setting it to TRUE or FALSE won't create a new Workspace on Sign Up.\
@@ -69,7 +77,7 @@ In Enterprise Mode, there is only One Workspace that gets created automatically
69
77
###Administrative Access
70
78
71
79
**Scenario#1 : Admin -> When LOWCODER\_EMAIL\_SIGNUP\_ENABLED = True or False**\
72
-
Any User can't sign up as Admin inENTERPRISE Mode, regardless of any settings for Env Variables. Admin can only Login.
80
+
Any User can't sign up as Admin inSingle Workspace Mode, regardless of any settings for Env Variables. Admin can only Login.
73
81
74
82
Here, if Admin disables the "Email Auth" ( means that Members can't Sign up/Login using Standard Email field ), Lowcoder allows Admin to still be able to login using /admin/auth/login. But, for other Users, Email field won't be available at /user/auth/login. They would only be able to see other Auth Providers options set by Admin.\
75
83
\
@@ -91,8 +99,4 @@ This means that New User can sign up as Member. When Email Auth is Disabled, th
91
99
**Scenario#3 : Member -> When LOWCODER\_EMAIL\_SIGNUP\_ENABLED = False**\
92
100
With this configuration, only existing Members would be able to Login to Lowcoder. No new Member can Sign up.
93
101
94
-
{% hint style="info" %}
95
-
Workspace Mode Env variable can also have the value "SINGLEWORKSPACE" instead of "ENTERPRISE" .