we do not create a new dashboard for the user
we create one view for the user in the default dashboard
we use kioskmode to disable the user from doing anything else
TODO
install kioskmode (don't forget to add resources)
create user, e.g. "mieter", allow to login, not admin
to avoid that the user may switch to other dashboards (changing the URL and stuff)
for all other dashboards X do
for all other views in X remove mieter in "visibility"
Edit your default dashboard , create a view "mieter" and add elements/entities to your liking e.g.
Intro
we do not create a new dashboard for the user we create one view for the user in the default dashboard we use kioskmode to disable the user from doing anything else
TODO