Skip to content

taise/redmine_passwd_checkers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine passwd checker

This plugin is checking the password expiration.
The password expiration limit is 3 months.

install

Clone into the plugins directory.

$ cd /path/to/your/redmine
$ git clone git@github.com:taise/redmine_passwd_checkers.git plugins/redmine_passwd_checkers
$ bundle install
$ bundle exec rake redmine:plugins:migrate

test

$ cd /path/to/your/redmine
$ bundle install
$ bundle exec rails generate rspec:install
$ bundle exec rake redmine:plugins:migrate
$ bundle exec rspec plugin/redmine_passwd_checkers/spec

About

checking the password expiration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages