Skip to content

A django authentication backend to allow users to login via a Redmine username and password

Notifications You must be signed in to change notification settings

udox/django-redmineauth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Authentication for Django

A django authentication backend to allow users to login via a Redmine username and password

Add redmineauth to your settings file with:

AUTHENTICATION_BACKENDS  = (
    'django.contrib.auth.backends.ModelBackend',
    'redmineauth.backends.Redmine',
)

And your redmine install url:

REDMINE_URL = 'http://redmine.example.com' # no trailing slash

About

A django authentication backend to allow users to login via a Redmine username and password

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published