Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
Onegeo LogIn
Manage
Activity
Members
Plan
Wiki
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OneGeo Suite
Sites
Onegeo LogIn
Commits
c43fb22b
Commit
c43fb22b
authored
3 years ago
by
Florent Lavelle
Committed by
m431m
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add "attention-message"
parent
73652463
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/assets/attention_image.jpg
+0
-0
0 additions, 0 deletions
src/assets/attention_image.jpg
src/views/SignIn.vue
+29
-0
29 additions, 0 deletions
src/views/SignIn.vue
with
29 additions
and
0 deletions
src/assets/attention_image.jpg
0 → 100644
+
0
−
0
View file @
c43fb22b
4.87 KiB
This diff is collapsed.
Click to expand it.
src/views/SignIn.vue
+
29
−
0
View file @
c43fb22b
...
...
@@ -61,6 +61,20 @@
Se connecter
</b-button>
</div>
<div
class=
"form-row attention-message"
>
<img
src=
"@/assets/attention_image.jpg"
height=
"100"
/>
<p>
Vous aviez déjà un compte PIGMA 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 PIGMA.
Si vous rencontrez un problème veuillez nous contacter à l’adresse mail suivante :
<a
href=
"mailto:pigma@gipatgeri.fr"
>
pigma@gipatgeri.fr
</a>
</p>
</div>
<div
class=
"form-row"
>
<div
class=
"btn-group-vertical"
>
<router-link
...
...
@@ -231,6 +245,21 @@ export default {
}
}
.attention-message {
margin-bottom: 0 !important;
display: flex;
flex-flow: nowrap;
align-items: center;
img {
margin-right: 1em;
}
p {
color: red;
text-align: justify;
font-size: 0.8em;
}
}
.form-errors {
color: #EB0600 !important;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment