0

How can I give a new user only Admin Rights to one DNN portal?

Currently, we have two portals but I only want to give the users rights to the one portal on DotNetNuke.

Tig7r
  • 525
  • 1
  • 4
  • 21
  • 2
    If you use the `Security Roles` manager of that portal and give a user Admin rights, it is limited to that portal only. – VDWWD Oct 22 '18 at 12:02

1 Answers1

2

What you've described, is in-fact how the "Admin" role works within DNN.

If you are used to the "Host" role, which does span DNN portals, I can see why you'd be confused.

Setting up an Admin user, or any other security role, will only be honoured on that specific portal.

If you want a user to have admin access over multiple portals - They will have to have separate admin accounts.

Andrew Birks
  • 792
  • 9
  • 26