When there are ZERO users, it should redirect to a welcome page that forces the user to create an admin account.
It should have a big warning text, welcome text, etc.
It should hide the "is admin" checkbox and mark it checked by default in the model.
We can do this in a Before Filter on all the controllers (as a mixin?)
When there are ZERO users, it should redirect to a welcome page that forces the user to create an admin account.
It should have a big warning text, welcome text, etc.
It should hide the "is admin" checkbox and mark it checked by default in the model.
We can do this in a Before Filter on all the controllers (as a mixin?)