Smile CDR v2024.08.PRE
On this page:
   46.135    Trusted Client

46.136.1User Self Registration

 

The User Self Registration configuration category includes the following configurable options:

  • User Self Registration Script (File)

  • User Self Registration Script (Text)

  • User Self Registration Enabled

  • Referer URL List (Text)

46.136.2Property: User Self Registration Script (File)

 
Property Name User Self Registration Script (File)
Property Key
Property Type Resource Path
Description Supplies the script used to provision user accounts when User Self Registration is enabled.
Applies to Modules
  • Local Inbound Security
Default Value (no default)
Example Property
module.[MODULE_ID].config.user_self_registration.create_script.file = 

46.136.3Property: User Self Registration Script (Text)

 
Property Name User Self Registration Script (Text)
Property Key
Property Type JAVASCRIPT
Description Supplies the script used to provision user accounts when User Self Registration is enabled.
Applies to Modules
  • Local Inbound Security
Default Value (no default)
Example Property
module.[MODULE_ID].config.user_self_registration.create_script.text = 

46.136.4Property: User Self Registration Enabled

 
Property Name User Self Registration Enabled
Property Key
Property Type BOOLEAN
Description Enables support for User Self Registration.
Applies to Modules
  • Local Inbound Security
Default Value false
Example Property
module.[MODULE_ID].config.user_self_registration.enabled = false

46.136.5Property: Referer URL List (Text)

 
Property Name Referer URL List (Text)
Property Key
Property Type STRING
Description A comma separated list of URLs. When the referer url to sign in page is in the list, self-registration will be disabled. See Tokens to hide SignUp button for more information.
Applies to Modules
  • Local Inbound Security
Default Value (no default)
Example Property
module.[MODULE_ID].config.user_self_registration.referer_url_list.text = 
   46.135    Trusted Client