Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SAE4.A02.1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
Maxime Gosselin
SAE4.A02.1
Compare revisions
ea7f76e53018df27db1158d88f6545046d4a0026 to 8406340041577664e8ed0c1fddef15dbcb4945d0
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
maxime.gosselin.etu/sae4.a02.1
Select target project
No results found
8406340041577664e8ed0c1fddef15dbcb4945d0
Select Git revision
Branches
main
Swap
Target
maxime.gosselin.etu/sae4.a02.1
Select target project
maxime.gosselin.etu/sae4.a02.1
1 result
ea7f76e53018df27db1158d88f6545046d4a0026
Select Git revision
Branches
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
username sans carac spéciaux
· 9775130a
Florine Lefebvre
authored
1 month ago
9775130a
resolution conflit
· 84063400
Florine Lefebvre
authored
1 month ago
84063400
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
WEB-INF/vue/signin.jsp
+4
-0
4 additions, 0 deletions
WEB-INF/vue/signin.jsp
with
4 additions
and
0 deletions
WEB-INF/vue/signin.jsp
View file @
84063400
...
...
@@ -30,7 +30,11 @@
<div>
<div
class=
"mt-2 mb-3"
>
<p
class=
"mb-1"
>
Pseudonyme
</p>
<
<<<<<<
HEAD
<
input
class=
"form-control"
name=
"username"
pattern=
"[a-zA-Z0-9_.]{3,24}"
type=
"text"
placeholder=
"pmathieu"
maxlength=
"24"
required
>
=======
<input
class=
"form-control"
name=
"username"
type=
"text"
placeholder=
"pmathieu"
maxlength=
"24"
pattern=
"\w{3,24}"
required
>
>>>>>>> refs/remotes/origin/main
</div>
<div
class=
"mb-3"
>
<p
class=
"mb-1"
>
Mot de passe
</p>
...
...
This diff is collapsed.
Click to expand it.