Commit d07114fa by Damien Moulard

Merge branch '5231-fix-csrf-message' into 'develop'

reassure users when they see invalid CSRF token

See merge request cooperatic/kohinos-tav!45
parents cd0f9183 3fa7fbc1
......@@ -31,7 +31,7 @@
</trans-unit>
<trans-unit id="dLzMRPR" resname="Invalid CSRF token.">
<source>Invalid CSRF token.</source>
<target>Jeton CSRF invalide.</target>
<target>Jeton CSRF invalide. Pas de panique, il suffit de vous reconnecter.</target>
</trans-unit>
<trans-unit id="PhhlLem" resname="No authentication provider found to support the authentication token.">
<source>No authentication provider found to support the authentication token.</source>
......
......@@ -4,7 +4,7 @@
'Invalid credentials.': 'Identifiants invalides.'
'Cookie has already been used by someone else.': 'Le cookie a déjà été utilisé par quelqu''un d''autre.'
'Not privileged to request the resource.': 'Privilèges insuffisants pour accéder à la ressource.'
'Invalid CSRF token.': 'Jeton CSRF invalide.'
'Invalid CSRF token.': 'Jeton CSRF invalide. Pas de panique, il suffit de vous reconnecter.'
'No authentication provider found to support the authentication token.': 'Aucun fournisseur d''authentification n''a été trouvé pour supporter le jeton d''authentification.'
'No session available, it either timed out or cookies are not enabled.': 'Aucune session disponible, celle-ci a expiré ou les cookies ne sont pas activés.'
'No token could be found.': 'Aucun jeton n''a pu être trouvé.'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment