requarks / wiki

Wiki.js | A modern and powerful wiki app built on Node.js

Home Page:https://js.wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dont display editors name publicly (or add option)

b90g opened this issue · comments

commented

Either in general or via group permission to hide an editors name from the public

https://github.com/Requarks/wiki/blob/7988fa62ca2df508e517976a017e6367e833eaa9/server/views/page.pug#L21

Right now i manually patch

-      author-name=page.authorName
+      author-name=page.authorId

the permission read:pages seems to include authorName