Skip to content

s3rvac/redmine_pwauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adds the pwauth authentication to Redmine.

The plugin requires pwauth to be installed, configured, and available in PATH, i.e. the user under which Redmine is run can execute pwauth without specifying a full path to this program.

The plugin was tested under Redmine versions 2.3 through 2.6.

Before installing, make sure to stop Redmine. Then, perform the following steps:

  1. cd [redmine-install-dir]

  2. git clone https://github.com/s3rvac/redmine_pwauth.git plugins/redmine_pwauth

  3. RAILS_ENV=production rake redmine:plugins:migrate

After that, you can start Redmine and set the pwauth authentication method for the users of your choice (visit Administration > Users).

First, disable the pwauth method for all users (visit Administration > Users), and stop Redmine. Then, perform the following steps:

  1. cd [redmine-install-dir]

  2. RAILS_ENV=production rake redmine:plugins:migrate NAME=redmine_pwauth VERSION=0

  3. rm -rf plugins/redmine_pwauth

After that, you can start Redmine.

About

Adds the pwauth authentication to Redmine.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages