Tgeneral-discussion·General DiscussionbyTwissell Admin User ability to view private messaging of regular usersI wonder if, as user A with superadmin privileges, I can read chats between regular users B and C. Is it ever possible?View original on community.nodebb.org1Comments2
julian community.nodebb.orgTwissell it is possible, yes. NodeBB chats are not E2EE, so don't use it with anything more than superficial expectations of privacy. That said, there are no easily available tools to do so. You'd have to build your own interface or dive into the database to read said messages.2
TTwissell community.nodebb.orgjulian thanks for response. So you literally meant there is no built-in feature(s) to do so? And I can accomplish this via custom plugin only.1
Twissell it is possible, yes. NodeBB chats are not E2EE, so don't use it with anything more than superficial expectations of privacy.
That said, there are no easily available tools to do so. You'd have to build your own interface or dive into the database to read said messages.
julian thanks for response. So you literally meant there is no built-in feature(s) to do so? And I can accomplish this via custom plugin only.