surfingdmx / biker

A biking competition website
GNU Affero General Public License v3.0
0 stars 0 forks source link

User feedback on failed login attempt #11

Open surfingdmx opened 4 years ago

surfingdmx commented 4 years ago

When a user tries to login via the login page and provides wrong credentials, he is instantly redirected to the login page with no additional information. The django message system can be used to fetch and display error messages that lead to the failed attempt.