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:
-
cd [redmine-install-dir] -
git clone https://github.com/s3rvac/redmine_pwauth.git plugins/redmine_pwauth -
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:
-
cd [redmine-install-dir] -
RAILS_ENV=production rake redmine:plugins:migrate NAME=redmine_pwauth VERSION=0 -
rm -rf plugins/redmine_pwauth
After that, you can start Redmine.