插件目录 » 自动锁定用户
作者 | Systango Ltd | |
---|---|---|
网站 | http://www.systango.com | |
代码仓库 | https://github.com/stpl/redmine_auto_lock/ | |
注册日期 | 2014-04-18 (超过10年前) | |
当前版本 | 1.0.0 | |
兼容 | Redmine 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x | |
用户评分 |
在选定的日期锁定指定的用户。
安装说明
安装
将 redmine_auto_lock 插件复制到您的 redmine 路径下的 {RAILS_APP}/plugins
运行 rake redmine:plugins NAME=redmine_auto_lock RAILS_ENV=production
运行 rake redmine_auto_lock:lock_user RAILS_ENV=production
卸载
rake redmine:plugins NAME=redmine_auto_lock RAILS_ENV=production
rm -r plugins/redmine_auto_lock
变更日志
1.0.0 (2014-04-18)
兼容 Redmine 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x。