Create users without sending an immediate invite (Softr-style)

Hi Fibery team! Currently, Fibery forces an immediate email invitation when adding a user. This makes it very difficult to deploy complex workspaces professionally.

The Current Clunky Workaround: We’ve found a way to “fake” this by creating a separate “Employees” Database. We populate this database with names, set up the logic, and then use Auto-linking to connect these records to real User accounts once they finally accept their invitations.

Why the workaround is not ideal:

  1. Double the Work: It requires maintaining two separate lists (the custom DB and the system User list).

  2. Permission Testing: You can’t accurately test Access Levels or “Me” filters for a user who doesn’t technically exist in the system yet.

  3. Friction: It adds unnecessary complexity (scripts or auto-linking rules) to a process that should be simple.

  4. It is not uses the primary User field and base for deploy complex workspaces professionally.

The Proposal (Inspired by Softr.io): Add an “Invite Later” mode for User Management.

  • When adding a user, provide a simple toggle: “Send invitation email now” (On/Off).

  • If Off, the user is created as a “Not Activated” user.

  • Admins can assign them to fields, set up their permissions, and build the workspace.

  • When the system is ready for “Go-Live,” we can send the invite with one click.

Conclusion: Building a workspace is about professional deployment. We shouldn’t have to use “workaround databases” just to set up our team structure before they arrive. This feature would allow for a much cleaner and more controlled onboarding experience.

1 Like

As an alternative (but still a workaround, so not denying the need) you can create users with dummy emails, e.g. person1@nomail.com, and then when you’re ready for the actual person to start using Fibery, you can update the user account with their real email address.

1 Like

Thank you - good workaround :+1: :slightly_smiling_face:

When the email is changed, will an invite be sent to the new email? Or will a link need to be sent?

An email will be sent to the new address (but it won’t be the ‘You’ve been invited …’ email. but rather ‘Confirm the change of email …’

1 Like