goauthentik / authentik

The authentication glue you need.
https://goauthentik.io
Other
13.14k stars 879 forks source link

How to change the `Failed to authenticate.` text in login screen #8368

Open ragulkumar7398 opened 8 months ago

ragulkumar7398 commented 8 months ago

image

Is it possible to customize the Failed to authenticate. text in login screen

roney492 commented 8 months ago

Hi @ragulkumar7398, Currently, there isn't a feature that allows changing this message from the Admin UI. However, from the code you can still change it. Location: /authentik/stages/identification/stage.py, be aware that any future updates to this file from the authentik side may impact your local modifications.