Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • 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
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

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

Content

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. 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 over 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)

RE: Why OpenProject 3.0 installation creates so many users by default? - Added by Robin Wagner over 10 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...