Skip to content

stpl/redmine_auto_lock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Auto Lock

Install

  • Copy redmine_auto_lock plugin to {RAILS_APP}/plugins on your redmine path

  • Run rake redmine:plugins NAME=redmine_auto_lock RAILS_ENV=production

  • Run rake redmine_auto_lock:lock_user RAILS_ENV=production

Uninstall

  • rake redmine:plugins NAME=redmine_auto_lock RAILS_ENV=production

  • rm -r plugins/redmine_auto_lock

How it works

  • Go to Administration > Users. Select a user > User’s general information window.

  • Select “auto lock on” date.

  • When Rake task executes, it checks for current time. if time get passed then user account gets automatically locked.

Requirements

  • Redmine 2.2.4.stable and above

About

This plugin locks the user on selected date.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages