fraction out settings
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -15,3 +15,4 @@ app/luclient/*
 | 
			
		||||
app/cache/*
 | 
			
		||||
property_files/*
 | 
			
		||||
*.log
 | 
			
		||||
app/settings.py
 | 
			
		||||
 
 | 
			
		||||
@@ -34,7 +34,7 @@ USER_ENABLE_FORGOT_PASSWORD = True  # Allow users to reset their passwords
 | 
			
		||||
# Require Play Key
 | 
			
		||||
REQUIRE_PLAY_KEY = True
 | 
			
		||||
 | 
			
		||||
# Password hashing settings
 | 
			
		||||
# Password hashing settings DO NOT CHANGE
 | 
			
		||||
USER_PASSLIB_CRYPTCONTEXT_SCHEMES = ['bcrypt']  # bcrypt for password hashing
 | 
			
		||||
 | 
			
		||||
# Flask-User routing settings
 | 
			
		||||
		Reference in New Issue
	
	Block a user