Create a Redmine admin user from CLI
Start a production Rails console: cd /opt/my/path/to/redmine bundle exec rails c production In the console: u=User.new(login: 'newadmin', admin: true, mail:... Continue reading →
IT Specialist
Start a production Rails console: cd /opt/my/path/to/redmine bundle exec rails c production In the console: u=User.new(login: 'newadmin', admin: true, mail:... Continue reading →