requarks / wiki

Wiki.js | A modern and powerful wiki app built on Node.js
https://js.wiki
GNU Affero General Public License v3.0
24.64k stars 2.73k forks source link

How I can create different home-pages for different users / roles #612

Closed GrekovM closed 6 years ago

GrekovM commented 6 years ago

The home page should contain a structure of pages accessible to the user. How can I make the home page reflect the structure in accordance with the user's rights?

NGPixel commented 6 years ago

That's not possible. Content is controlled by the user and pages are the same for all users. You can deny access to a page but you cannot change the contents based on the user.

GrekovM commented 6 years ago

Thanks!