diff options
| author | Frédéric Guillot <fred@kanboard.net> | 2014-08-13 12:47:17 -0700 |
|---|---|---|
| committer | Frédéric Guillot <fred@kanboard.net> | 2014-08-13 12:47:17 -0700 |
| commit | b92935d2dc7e02b19f60fef37e6139197b054e30 (patch) | |
| tree | 2f664b619e75c0cf7ddf75088f9932b2a4614492 /app/Model/LastLogin.php | |
| parent | 66b5659578a9f982b03a85bce7985252119613c3 (diff) | |
Add ReverseProxy authentication (pull-request #199)
Diffstat (limited to 'app/Model/LastLogin.php')
| -rw-r--r-- | app/Model/LastLogin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/LastLogin.php b/app/Model/LastLogin.php index db4c4a57..e2ea63e1 100644 --- a/app/Model/LastLogin.php +++ b/app/Model/LastLogin.php @@ -34,6 +34,7 @@ class LastLogin extends Base const AUTH_LDAP = 'ldap'; const AUTH_GOOGLE = 'google'; const AUTH_GITHUB = 'github'; + const AUTH_REVERSE_PROXY = 'reverse_proxy'; /** * Create a new record |
