You might want to batch adding team members to your instance, instead of let members register by their selives. We provide a form to let you import by simple csv
file in Admin Panel.
Go Admin Panel -> Accounts
, and you will see the ⬇️ Import Button
on the top left of the panel. The following modal will show up by clicking on the Button.
A csv
template is provided, so you can download and fill it. Or, you may manually create a csv file in exactly the same format as bellow:
Username | Password | |
---|---|---|
userA | [email protected] | his-secret-password |
Besides users going through Forget Password
flow to have their password in auth page, system admin can also generate Password reset link
for any users.
Simply go Admin Panel -> Accounts
, Click and open the operations dropdown of the user who you want to reset password for, you will see the [🔒 Reset Password]
action.
A popup modal with reset link will show up immediately after clicking on the button. Now you can copy the link and share it to account owner to reset his or her password.
Behind both Delete
and Ban
operations, users' data will be removed and not recoverable.
There are two ways you can delete a user's account, Delete
and Ban
.
There is small difference between them:
Delete
Delete all users data, including owned workspaces
Can register with the same email again
Can sign in after new registration
Ban (Disable & Delete data)
Delete all users data, including owned workspaces
User's account still exists, but with a banned
flag to stop user's signing in again.
User can not register with that email again.