Ticket #19743: 19743.diff

File 19743.diff, 704 bytes (added by Tim Graham, 11 years ago)
  • docs/topics/auth/index.txt

    diff --git a/docs/topics/auth/index.txt b/docs/topics/auth/index.txt
    index ddb2d2f..619afba 100644
    a b The auth system consists of:  
    3737* Forms and view tools for logging in users, or restricting content
    3838* A pluggable backend system
    3939
     40The authentication system in Django aims to be very generic and doesn't provide
     41some features commonly found in web authentication systems. Solutions for some
     42of these common problems have been implmented in third-party packages:
     43
     44* Password strength checking
     45* Throttling of login attempts
     46* Authentication against third-parties (OAuth, for example)
     47
    4048Installation
    4149============
    4250
Back to Top