Difference between revisions of "Support Board"

From Dreamwidth Notes
Jump to: navigation, search
(Explicitly note make_system.pl should be run)
(added section to reflect disabling of logged-out Support requests (https://github.com/dreamwidth/dw-free/pull/1677))
Line 2: Line 2:
  
 
The [[System account]] (<dwuser>system</dwuser>) is initially granted the priv '''admin:*''' when [http://wiki.dreamwidth.net/wiki/index.php/Dreamhack_getting_started#Set_the_system_password you run make_system.pl]. This enables <dwuser>system</dwuser> to grant privileges to itself and any other account, via the [[Admin console]] using the command [http://www.dreamwidth.org/admin/console/reference priv grant]. All other privileges must be granted manually.
 
The [[System account]] (<dwuser>system</dwuser>) is initially granted the priv '''admin:*''' when [http://wiki.dreamwidth.net/wiki/index.php/Dreamhack_getting_started#Set_the_system_password you run make_system.pl]. This enables <dwuser>system</dwuser> to grant privileges to itself and any other account, via the [[Admin console]] using the command [http://www.dreamwidth.org/admin/console/reference priv grant]. All other privileges must be granted manually.
 +
 +
Logged-out Support requests are disabled by default to [[Dreamhack spam prevention | minimise spam]]. If you want to enable logged out Support requests, find the line in /etc/config.pl that reads
 +
 +
loggedout_support_requests => 1
 +
 +
and change the 1 to 0.
  
 
[[Category: Development]]
 
[[Category: Development]]
 
[[Category: Dreamhack]]
 
[[Category: Dreamhack]]

Revision as of 13:03, 26 March 2016

In order to test changes to non-publically-viewable sections of the Support Board, you need to grant the appropriate Privileges to the accounts you wish to use for testing.

The System account ([info]system) is initially granted the priv admin:* when you run make_system.pl. This enables [info]system to grant privileges to itself and any other account, via the Admin console using the command priv grant. All other privileges must be granted manually.

Logged-out Support requests are disabled by default to minimise spam. If you want to enable logged out Support requests, find the line in /etc/config.pl that reads

loggedout_support_requests => 1

and change the 1 to 0.