Content
You are here:
Why OpenProject 3.0 installation creates so many users by default?
Added by Alexandru Matei about 10 years ago
Hi,
Please allow a beginner question.
Why does the OpenProject 3.0 installation create so many users by default?
I have to delete/lock permanently these users anyway and that’s a bit of work.
Isn’t enough for the installation kit to create just a few, say three users ?
Please see the attached image to see what I mean.
Thank you!
Replies (1)
Hi Alexandru,
this happens when you use OpenProject in development mode and seed the database.
The reason is that in development you often want to quickly test something without using the data in any productive way.
If you want to use OpenProject in a production setting, you should use the production environment.
When you seed the database in production, only the admin user account is created.
Note that by default the development environment is being used when you start OpenProject.
You need to specify that you want to use the production environment (“RAILS_ENV=production”) to use this.
Example:
Please have a look at the installation instructions for the steps required to use OpenProject in production.
Best,
Robin