Changes between Initial Version and Version 1 of Ticket #28751


Ignore:
Timestamp:
Oct 29, 2017, 2:23:40 PM (6 years ago)
Author:
SeungWon Kang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28751 – Description

    initial v1  
    33In AuthenticationForm,
    44{{{
    5         def confirm_login_allowed(self, user):
     5    def confirm_login_allowed(self, user):
    66        ...
    77        if not user.is_active:
     
    1515
    1616{{{
    17         def confirm_login_allowed(self, user):
     17    def confirm_login_allowed(self, user):
    1818        if not user.is_active or not user.is_staff:
    1919            raise forms.ValidationError(
Back to Top