| 
									
										
										
										
											2021-11-14 16:54:23 +01:00
										 |  |  | # Accounts
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ## Settings
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ```yaml | 
					
						
							|  |  |  | ###########################
 | 
					
						
							|  |  |  | ##### ACCOUNTS CONFIG #####
 | 
					
						
							|  |  |  | ###########################
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Config pertaining to creation and maintenance of accounts on the server, as well as defaults for new accounts.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-04-15 14:41:15 +02:00
										 |  |  | # Bool. Allow people to submit new sign-up / registration requests via the form at /signup.
 | 
					
						
							|  |  |  | # | 
					
						
							| 
									
										
										
										
											2021-12-07 13:31:39 +01:00
										 |  |  | # Options: [true, false]
 | 
					
						
							| 
									
										
										
										
											2024-04-15 14:41:15 +02:00
										 |  |  | # Default: false
 | 
					
						
							|  |  |  | accounts-registration-open: false | 
					
						
							| 
									
										
										
										
											2021-11-14 16:54:23 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-12-07 13:31:39 +01:00
										 |  |  | # Bool. Are sign up requests required to submit a reason for the request (eg., an explanation of why they want to join the instance)?
 | 
					
						
							|  |  |  | # Options: [true, false]
 | 
					
						
							|  |  |  | # Default: true
 | 
					
						
							|  |  |  | accounts-reason-required: true | 
					
						
							| 
									
										
										
										
											2022-09-12 13:14:29 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | # Bool. Allow accounts on this instance to set custom CSS for their profile pages and statuses.
 | 
					
						
							|  |  |  | # Enabling this setting will allow accounts to upload custom CSS via the /user settings page,
 | 
					
						
							|  |  |  | # which will then be rendered on the web view of the account's profile and statuses.
 | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # For instances with public sign ups, it is **HIGHLY RECOMMENDED** to leave this setting on 'false',
 | 
					
						
							|  |  |  | # since setting it to true allows malicious accounts to make their profile pages misleading, unusable
 | 
					
						
							|  |  |  | # or even dangerous to visitors. In other words, you should only enable this setting if you trust
 | 
					
						
							|  |  |  | # the users on your instance not to produce harmful CSS.
 | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # Regardless of what this value is set to, any uploaded CSS will not be federated to other instances,
 | 
					
						
							|  |  |  | # it will only be shown on profiles and statuses on *this* instance.
 | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # Options: [true, false]
 | 
					
						
							|  |  |  | # Default: false
 | 
					
						
							|  |  |  | accounts-allow-custom-css: false | 
					
						
							| 
									
										
										
										
											2023-05-25 15:18:15 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | # Int. If accounts-allow-custom-css is true, this is the permitted length in characters for
 | 
					
						
							|  |  |  | # CSS uploaded by accounts on this instance. No effect if accounts-allow-custom-css is false.
 | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # Examples: [500, 5000, 9999]
 | 
					
						
							|  |  |  | # Default: 10000
 | 
					
						
							|  |  |  | accounts-custom-css-length: 10000 | 
					
						
							| 
									
										
										
										
											2021-11-14 16:54:23 +01:00
										 |  |  | ``` |