Table of Contents

TXDataBaseModule.UserName Property

Gets or sets the user name required by HTTP basic authentication.

Remarks

Authentication is performed only when both UserName and Password are set; otherwise any client can access the module. This is a very limited mechanism: the credentials travel in plain text, so use HTTPS when relying on it. For anything more advanced, use the Sparkle basic authentication middleware instead.

Syntax

Unit: XData.Module.Base

property TXDataBaseModule.UserName: string

See also