mirror of
				https://github.com/Tivix/django-rest-auth.git
				synced 2025-11-04 09:37:35 +03:00 
			
		
		
		
	Merge pull request #188 from EnTeQuAk/patch-1
Fix typo in configuration.rst
This commit is contained in:
		
						commit
						f95c42036b
					
				| 
						 | 
					@ -44,7 +44,7 @@ Configuration
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- **REST_SESSION_LOGIN** - Enable session login in Login API view (default: True)
 | 
					- **REST_SESSION_LOGIN** - Enable session login in Login API view (default: True)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- **REST_USE_JWT** - Enable JWT Authentication instead of Token/Session based. This is built on top of django-rest-framework-jwt http://getblimp.github.io/django-rest-framework-jwt/ , which much also be installed. (default: False)
 | 
					- **REST_USE_JWT** - Enable JWT Authentication instead of Token/Session based. This is built on top of django-rest-framework-jwt http://getblimp.github.io/django-rest-framework-jwt/, which must also be installed. (default: False)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- **OLD_PASSWORD_FIELD_ENABLED** - set it to True if you want to have old password verification on password change enpoint (default: False)
 | 
					- **OLD_PASSWORD_FIELD_ENABLED** - set it to True if you want to have old password verification on password change enpoint (default: False)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user