Skip to content
Snippets Groups Projects
Commit 65555534 authored by Mathilde POMMIER's avatar Mathilde POMMIER Committed by Florent Lavelle
Browse files

Add ProConnect button [REDMINE_ISSUE-23564]

parent 7eb19ae0
No related branches found
No related tags found
No related merge requests found
...@@ -57,6 +57,7 @@ build_development: ...@@ -57,6 +57,7 @@ build_development:
VUE_APP_EXTERNAL_LOGOUT_URL=http://127.0.0.1:80/oidc/logout/?redirect_uri=/fr/login/signout\n VUE_APP_EXTERNAL_LOGOUT_URL=http://127.0.0.1:80/oidc/logout/?redirect_uri=/fr/login/signout\n
VUE_APP_EXTERNAL_LOGOUT_METHOD=get\n VUE_APP_EXTERNAL_LOGOUT_METHOD=get\n
VUE_APP_EXTERNAL_LOGIN_LABEL=Se connecter avec mon compte FooBar\n VUE_APP_EXTERNAL_LOGIN_LABEL=Se connecter avec mon compte FooBar\n
VUE_APP_PROCONNECT_LOGIN=false\n
" > .env " > .env
- npm run build - npm run build
artifacts: artifacts:
......
...@@ -55,6 +55,10 @@ VUE_APP_EXTERNAL_LOGIN_URL=http://127.0.0.1/oidc/authenticate ...@@ -55,6 +55,10 @@ VUE_APP_EXTERNAL_LOGIN_URL=http://127.0.0.1/oidc/authenticate
VUE_APP_EXTERNAL_LOGOUT_URL=http://127.0.0.1/oidc/logout/?redirect_uri=/fr/login/signout VUE_APP_EXTERNAL_LOGOUT_URL=http://127.0.0.1/oidc/logout/?redirect_uri=/fr/login/signout
VUE_APP_EXTERNAL_LOGOUT_METHOD=get VUE_APP_EXTERNAL_LOGOUT_METHOD=get
VUE_APP_EXTERNAL_LOGIN_LABEL=Connect with... VUE_APP_EXTERNAL_LOGIN_LABEL=Connect with...
# ProConnect auth
VUE_APP_PROCONNECT_LOGIN=false
VUE_APP_PROCONNECT_LOGIN_URL=http://localhost:8000/oidc/authenticate
``` ```
### Compiles and hot-reloads for development ### Compiles and hot-reloads for development
......
...@@ -90,7 +90,10 @@ ...@@ -90,7 +90,10 @@
"title": "Enter your {org} credentials", "title": "Enter your {org} credentials",
"forgottenpassword": "Forgot your password", "forgottenpassword": "Forgot your password",
"noaccount": "No account yet", "noaccount": "No account yet",
"warning": "You already had a {org} account and this is your first connection to the new platform? If so, for RGPD compliance reasons, you need to regenerate your password via the « Forgot your password? » link below. Please enter the email address linked to your {org} account. If you encounter a problem, please contact us at the following email address " "warning": "You already had a {org} account and this is your first connection to the new platform? If so, for RGPD compliance reasons, you need to regenerate your password via the « Forgot your password? » link below. Please enter the email address linked to your {org} account. If you encounter a problem, please contact us at the following email address ",
"proconnectlogin" : "Login with ProConnect",
"proconnectdoc" : "What is ProConnect ?",
"divider": "OR"
}, },
"forgottenPassword": { "forgottenPassword": {
"title": "Reset your password", "title": "Reset your password",
......
...@@ -90,7 +90,10 @@ ...@@ -90,7 +90,10 @@
"title": "Saisissez vos identifiants {org}", "title": "Saisissez vos identifiants {org}",
"forgottenpassword": "Mot de passe oublié", "forgottenpassword": "Mot de passe oublié",
"noaccount": "Pas encore de compte", "noaccount": "Pas encore de compte",
"warning": "Vous aviez déjà un compte {org} et il s’agit de votre première connexion sur la nouvelle plateforme ? Si tel est le cas, pour des raisons de conformité RGPD, il vous faut regénérer votre mot de passe via la fonction « Mot de passe oublié ? » disponible ci-dessous. Veuillez renseigner l’adresse mail liée à votre compte {org}. Si vous rencontrez un problème veuillez nous contacter à l’adresse mail suivante : " "warning": "Vous aviez déjà un compte {org} et il s’agit de votre première connexion sur la nouvelle plateforme ? Si tel est le cas, pour des raisons de conformité RGPD, il vous faut regénérer votre mot de passe via la fonction « Mot de passe oublié ? » disponible ci-dessous. Veuillez renseigner l’adresse mail liée à votre compte {org}. Si vous rencontrez un problème veuillez nous contacter à l’adresse mail suivante : ",
"proconnectlogin" : "S'identifier avec ProConnect",
"proconnectdoc" : "Qu’est-ce que ProConnect ?",
"divider": "OU"
}, },
"forgottenPassword": { "forgottenPassword": {
"title": "Réinitialisez votre mot de passe", "title": "Réinitialisez votre mot de passe",
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment