Search found 1 match

by mylinuxguy
13 Oct 2019, 12:31
Forum: General Plugin Discussion
Topic: Example of custom authentication provider with SampleAuth
Replies: 4
Views: 12217

Re: Example of custom authentication provider with SampleAuth

Has anyone ever figured out an answer to the original post:

What I would like to implement in mantis is the following flow:
- check username against another database (that is, not mantis own database)
- if user exists, check password against that other database
- if check ok, and user not already ...