PromucFlow_constructor/app/server/appsmith-server
Arpit Mohan 614b1b3f0d Creating default groups for the user's personal organization when the new user signs up
The default groups for an organization are created by copying over data from the groups collection with the organizationId 'default-org'. This ensures that we can update the permissions in the DB and add new permissions without any code changes. The new user is then assigned to these groups so that they have all the permissions required to administer the organization.

Also adding a display name for the groups so that the UI can show a different name than the one used internally within the DB to represent the group.
2019-12-11 10:20:28 +00:00
..
src Creating default groups for the user's personal organization when the new user signs up 2019-12-11 10:20:28 +00:00
auth-notes Convert the project into a multi-module structure 2019-09-16 11:21:57 +00:00
pom.xml Adding email sending capability when the user resets their password 2019-12-08 15:46:17 +00:00