blueprint improvements
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
name: Login Ldap
|
name: Login LDAP
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
description: Allows authentication against an LDAP Server
|
description: Allows for Grav user authentication against an LDAP Server such as OpenLDAP or ActiveDirectory
|
||||||
icon: plug
|
icon: user-circle-o
|
||||||
author:
|
author:
|
||||||
name: Trilby Media
|
name: Trilby Media
|
||||||
email: hello@trilby.media
|
email: hello@trilby.media
|
||||||
homepage: https://github.com/trilbymedia/grav-plugin-login-ldap
|
homepage: https://github.com/trilbymedia/grav-plugin-login-ldap
|
||||||
demo: http://demo.yoursite.com
|
demo: http://demo.yoursite.com
|
||||||
keywords: grav, plugin, etc
|
keywords: grav, plugin, login, ldap, active directory, authentication
|
||||||
bugs: https://github.com/trilbymedia/grav-plugin-login-ldap/issues
|
bugs: https://github.com/trilbymedia/grav-plugin-login-ldap/issues
|
||||||
docs: https://github.com/trilbymedia/grav-plugin-login-ldap/blob/develop/README.md
|
docs: https://github.com/trilbymedia/grav-plugin-login-ldap/blob/develop/README.md
|
||||||
license: MIT
|
license: MIT
|
||||||
@@ -28,7 +28,7 @@ form:
|
|||||||
|
|
||||||
server_section:
|
server_section:
|
||||||
type: section
|
type: section
|
||||||
title: LDAP Server
|
title: Server Configuration
|
||||||
underline: true
|
underline: true
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
@@ -110,7 +110,7 @@ form:
|
|||||||
validate:
|
validate:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
data_dn:
|
search_dn:
|
||||||
type: text
|
type: text
|
||||||
label: User Data DN
|
label: User Data DN
|
||||||
size: large
|
size: large
|
||||||
|
|||||||
Reference in New Issue
Block a user