Gitlab@Informatics
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
project-melon
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
Container 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
65160381
project-melon
Commits
71f19317
Commit
71f19317
authored
2 months ago
by
65160381
Browse files
Options
Downloads
Patches
Plain Diff
Update file register.ejs
parent
70750f17
No related branches found
No related tags found
No related merge requests found
Pipeline
#529
passed with warnings
2 months ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
views/register.ejs
+19
-18
19 additions, 18 deletions
views/register.ejs
with
19 additions
and
18 deletions
views/register.ejs
+
19
−
18
View file @
71f19317
...
...
@@ -41,39 +41,40 @@
<form
action=
"/user/register"
method=
"POST"
>
<h1
class=
"h3 mb-3 fw-normal"
>
Sign up
</h1>
<!-- Email -->
<div
class=
"form-floating"
>
<label
for=
"floating
Input"
>
Email address
</label>
<input
type=
"
email
"
class=
"form-control"
id=
"floating
Input"
name=
"email"
placeholder=
"name@example.com
"
required
>
<label
for=
"floating
Username"
>
Username
</label>
<input
type=
"
text
"
class=
"form-control"
id=
"floating
Username"
name=
"username"
placeholder=
"Username
"
required
>
</div>
<!-- Password -->
<div
class=
"form-floating"
>
<label
for=
"floating
Password"
>
Password
</label>
<input
type=
"
password
"
class=
"form-control"
id=
"floating
Password"
name=
"rpassword
"
placeholder=
"
Password
"
required
>
<label
for=
"floating
Fname"
>
First Name
</label>
<input
type=
"
text
"
class=
"form-control"
id=
"floating
Fname"
name=
"fname
"
placeholder=
"
First Name
"
required
>
</div>
<!-- Confirm Password -->
<div
class=
"form-floating"
>
<label
for=
"floating
ConfirmPassword"
>
Confirm Password
</label>
<input
type=
"
password
"
class=
"form-control"
id=
"floating
ConfirmPassword"
name=
"confirm_password"
placeholder=
"Confirm Password
"
required
>
<label
for=
"floating
Lname"
>
Last Name
</label>
<input
type=
"
text
"
class=
"form-control"
id=
"floating
Lname"
name=
"lname"
placeholder=
"Last Name
"
required
>
</div>
<!-- First Name -->
<div
class=
"form-floating"
>
<label
for=
"floating
Fname"
>
First Name
</label>
<input
type=
"
text
"
class=
"form-control"
id=
"floating
Fname
"
name=
"
fname
"
placeholder=
"
First Name"
>
<label
for=
"floating
Input"
>
Email address
</label>
<input
type=
"
email
"
class=
"form-control"
id=
"floating
Input
"
name=
"
email
"
placeholder=
"
name@example.com"
required
>
</div>
<!-- Last Name -->
<div
class=
"form-floating"
>
<label
for=
"floatingLname"
>
Last Name
</label>
<input
type=
"text"
class=
"form-control"
id=
"floatingLname"
name=
"lname"
placeholder=
"Last Name"
>
<label
for=
"floatingPassword"
>
Password
</label>
<input
type=
"password"
class=
"form-control"
id=
"floatingPassword"
name=
"rpassword"
placeholder=
"Password"
required
>
</div>
<div
class=
"form-floating"
>
<label
for=
"floatingConfirmPassword"
>
Confirm Password
</label>
<input
type=
"password"
class=
"form-control"
id=
"floatingConfirmPassword"
name=
"confirm_password"
placeholder=
"Confirm Password"
required
>
</div>
<!-- Submit Button -->
<button
class=
"btn btn-primary w-100 py-2"
type=
"submit"
>
Sign up
</button>
</form>
</main>
<script
src=
"/js/bootstrap.bundle.min.js"
crossorigin=
"anonymous"
></script>
...
...
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