Changes between Version 1 and Version 2 of Ticket #28751
- Timestamp:
- Oct 29, 2017, 2:35:08 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28751 – Description
v1 v2 1 In admin login site, I found that inactive error messagedoes not exist. (In AuthenticationForm it exists) I know default BackEnd checks the inactive in user_can_authenticate() method, but I think this error message is helpful if using other BackEnd like AllowAllUsersModelBackEnd.1 In admin login site, I found that error message for 'inactive' user does not exist. (In AuthenticationForm it exists) I know default BackEnd checks the inactive in user_can_authenticate() method, but I think this error message is helpful if using other BackEnd like AllowAllUsersModelBackEnd. 2 2 3 3 In AuthenticationForm,