joshsten / redmine_jchat

Chat Plugin for Redmine 1.0.x,1.1.x,1.2.x - Driven on MySQL no need to install any extra gems. Use at own risk. I will do my best to add features over time, but I am a busy student so I apologize for slow release/response times.
39 stars 22 forks source link

Request feature to limit access to admin or specific roles #7

Open pascalsimilon opened 13 years ago

pascalsimilon commented 13 years ago

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

joshsten commented 13 years ago

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.