mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Auth: Add dummy LDAP service #98
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -52,6 +52,12 @@ const (
|
||||
IsUnstacked int8 = -1
|
||||
)
|
||||
|
||||
// Authentication providers.
|
||||
const (
|
||||
ProviderNone = ""
|
||||
ProviderPassword = "password"
|
||||
)
|
||||
|
||||
// Sort options.
|
||||
const (
|
||||
SortOrderDefault = ""
|
||||
|
||||
Reference in New Issue
Block a user