Changes between Initial Version and Version 1 of Ticket #28751
- Timestamp:
- Oct 29, 2017, 2:23:40 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28751 – Description
initial v1 3 3 In AuthenticationForm, 4 4 {{{ 5 5 def confirm_login_allowed(self, user): 6 6 ... 7 7 if not user.is_active: … … 15 15 16 16 {{{ 17 17 def confirm_login_allowed(self, user): 18 18 if not user.is_active or not user.is_staff: 19 19 raise forms.ValidationError(