Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support
  • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation

User menu

Sign in
Forgot your password?

or sign in with your existing account

OpenProject ID Google

Side Menu

Collapse project menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Expand project menu
General discussion
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. General discussion
  5. Why OpenProject 3.0 installation creates so many users by default?

Why OpenProject 3.0 installation creates so many users by default?

Added by Alexandru Matei almost 11 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)

RE: Why OpenProject 3.0 installation creates so many users by default? - Added by Robin Wagner almost 11 years ago

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:

  • to seed the database
bundle exec rake db:seed RAILS_ENV=production
  • to start OpenProject in production:
bundle exec rails server RAILS_ENV=production

Please have a look at the installation instructions for the steps required to use OpenProject in production.

Best,
Robin

  • (1 - 1/1)
Loading...