Home  >  Article  >  Backend Development  >  ZenTao PMS is compatible with redmine user authentication interface

ZenTao PMS is compatible with redmine user authentication interface

WBOY
WBOYOriginal
2016-08-08 09:23:331502browse

Project address: https://github.com/web3d/zentao-redmine-userauth

zentao-redmine-userauth

Made a basic user authentication interface, compatible with redmine

Pull the code and put it in ZenTao Just go to the www directory under the root directory.

Usage scenario:

The company’s internal machines are limited, so we found a very old machine to run the Git service - the system fainted and died. Finally, I chose Gitblit because of its simple deployment and scalable user authentication mechanism. I accidentally saw the support for Redmine, and the idea came to me: make a compatible interface for ZenTao, so that it can connect to internal ZenTao system users.

After ZenTao is deployed, you still need to modify the Gitblit parameters.

Find the configuration file: gitblit.properties

<code>realm.authenticationProviders = htpasswd redmine

realm.redmine.url = http://192.168.0.2/pms/redmine</code>

Note: If the directory where ZenTao is running is /pms, you also need to modify the .htaccess file of the ZenTao interface.

The above introduces the ZenTao PMS compatible redmine user authentication interface, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn