redmine_jchat icon indicating copy to clipboard operation
redmine_jchat copied to clipboard

Request feature to limit access to admin or specific roles

Open pascalsimilon opened this issue 14 years ago • 1 comments

Hello,

I enjoy to use your plug in. I want to use the chat only for internal purpose, my customers have access to specific projets, thus i don't want that they can see chat that we want to have for internal purpose (staff people).

I have change access in /redmine_jchat/app/views/layouts/base.rhtml to limit access to administrator (for the moment, only staff people are administrator) like this :

Changing <% if User.current.logged? %>

with this <% if User.current.admin? %>

Do you plan to give some features like that ?

pascal

pascalsimilon avatar Nov 15 '10 22:11 pascalsimilon

It brings me great joy that you enjoy the plugin :) Yes I will try to add that in soon (within week or two) have roles on my to do list.

joshsten avatar Nov 15 '10 23:11 joshsten