Allow getting started mode with 2 users.

This commit is contained in:
Martin Edenhofer 2012-07-14 09:11:24 +02:00
parent 7d2bcd7b88
commit 21f1214c25

View file

@ -5,7 +5,7 @@ class GettingStartedController < ApplicationController
# check if first user already exists
master_user = 0
count = User.all.count()
if count == 1
if count >= 2
master_user = 1
end