Merge "Set default value for [saml]/idp_contact_surname"
This commit is contained in:
commit
00a146bc8c
@ -115,7 +115,7 @@ This is the given name of the identity provider's contact person.
|
|||||||
|
|
||||||
idp_contact_surname = cfg.StrOpt(
|
idp_contact_surname = cfg.StrOpt(
|
||||||
'idp_contact_surname',
|
'idp_contact_surname',
|
||||||
default='',
|
default='Support',
|
||||||
help=utils.fmt("""
|
help=utils.fmt("""
|
||||||
This is the surname of the identity provider's contact person.
|
This is the surname of the identity provider's contact person.
|
||||||
"""))
|
"""))
|
||||||
|
Loading…
Reference in New Issue
Block a user