Oups! Forgot to add the lang file and explained it has to be added next to the configuration file.
This commit is contained in:
parent
a85f476600
commit
ce6a3a26af
|
|
@ -0,0 +1,2 @@
|
||||||
|
en=_DOMAIN_ (with method _METHOD_) need to validate your identity, do you agree ?\nValidation code : _VALIDE_CODE_\nPlease check that this code is the same as on _DOMAIN_.\n\nIf your client doesn't support that functionnality, please send back the validation code to confirm the request.
|
||||||
|
fr=_DOMAIN_ (avec la methode _METHOD_) a besoin de valider votre identitée, acceptez-vous ?\nVeuillez vérifier que ce code est le même que sur _DOMAIN_.\n\nSi votre client ne support pas cette fonctionnalitée, veuilez renvoyer le code de validation pour confirmer la requête.
|
||||||
|
|
@ -36,5 +36,5 @@ An example can be found [here](https://github.com/jbuberel/buildmodeshared/tree/
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
At the installation, the folder ``$XDG_CONFIG_DIRS/http-auth/`` need to be created (example ``/etc/xdg/http-auth``) where to place the configuration file named ``httpAuth.conf``.
|
At the installation, the folder ``$XDG_CONFIG_DIRS/http-auth/`` need to be created (example ``/etc/xdg/http-auth``) where to place the configuration file named ``httpAuth.conf`` and the file lang configuration named ``messages.lang``.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue