• 
      

    Support fieldsets in authentication settings forms.

    Review Request #8375 — Created Sept. 1, 2016 and submitted

    Information

    Review Board
    release-3.0.x
    490c963...

    Reviewers

    The authentication settings forms had to be simple before, only
    displaying the fields in the form in the order listed.
    
    This change takes advantage of a new template in Djblets, allowing for
    the use of fieldsets in auth settings forms.

    Checked that all current auth backends look as they did before.

    Made use of fieldsets on another auth backend, and saw that the
    fieldsets were used.

    reviewbot
    1. Tool: PEP8 Style Checker
      Ignored Files:
          reviewboard/templates/admin/authentication_settings.html
      
      
      
      Tool: Pyflakes
      Ignored Files:
          reviewboard/templates/admin/authentication_settings.html
      
      
    2. 
        
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-3.0.x (552f576)