Skip to end of banner
Go to start of banner

Community_NetworkLogin configuration setting

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Keys

Key

Value

1

System

2

Default

3

Community

4

NetworkLogin

Description
The Community:NetworkLogin configuration setting is used to generate a network login for a community member.
Default value
The default value is SELECT dbo.fnGetValidEmailChars(Surname) FROM Community WHERE Community.ID = @ID.
Setting a different value
Click to type in a new select statement.
Note: This select statement needs to identify a person uniquely and must return a single string value.
Tip: You can check that the login is unique using the NetworkLogin:ForceUniqueCheck configurations setting. See NetworkLogin:ForceUniqueCheck configuration setting.

  • No labels