Community_NetworkLogin configuration setting
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.