Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uffd
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
rixx
uffd
Commits
3ff487da
Verified
Commit
3ff487da
authored
4 years ago
by
nd
Browse files
Options
Downloads
Patches
Plain Diff
clarified password requirements
parent
9c565a7e
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
uffd/selfservice/templates/self.html
+1
-1
1 addition, 1 deletion
uffd/selfservice/templates/self.html
uffd/selfservice/templates/set_password.html
+1
-1
1 addition, 1 deletion
uffd/selfservice/templates/set_password.html
uffd/user/templates/user.html
+1
-1
1 addition, 1 deletion
uffd/user/templates/user.html
with
3 additions
and
3 deletions
uffd/selfservice/templates/self.html
+
1
−
1
View file @
3ff487da
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
<label
for=
"user-password1"
>
Password
</label>
<label
for=
"user-password1"
>
Password
</label>
<input
type=
"password"
class=
"form-control"
id=
"user-password1"
name=
"password1"
placeholder=
"●●●●●●●●"
>
<input
type=
"password"
class=
"form-control"
id=
"user-password1"
name=
"password1"
placeholder=
"●●●●●●●●"
>
<small
class=
"form-text text-muted"
>
<small
class=
"form-text text-muted"
>
At least 8 characters, no other special requirements. But please don't be stupid
and
use a password manager.
At least 8
and at most 256
characters, no other special requirements. But please don't be stupid
, do
use a password manager.
</small>
</small>
</div>
</div>
<div
class=
"form-group col-md-6"
>
<div
class=
"form-group col-md-6"
>
...
...
This diff is collapsed.
Click to expand it.
uffd/selfservice/templates/set_password.html
+
1
−
1
View file @
3ff487da
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<label
for=
"user-password1"
>
New Password
</label>
<label
for=
"user-password1"
>
New Password
</label>
<input
type=
"password"
class=
"form-control"
id=
"user-password1"
name=
"password1"
required=
"required"
tabindex =
"2"
>
<input
type=
"password"
class=
"form-control"
id=
"user-password1"
name=
"password1"
required=
"required"
tabindex =
"2"
>
<small
class=
"form-text text-muted"
>
<small
class=
"form-text text-muted"
>
At least 8 and at most 256 characters, no other special requirements. But please don't be stupid
and
use a password manager.
At least 8 and at most 256 characters, no other special requirements. But please don't be stupid
, do
use a password manager.
</small>
</small>
</div>
</div>
<div
class=
"form-group col-12"
>
<div
class=
"form-group col-12"
>
...
...
This diff is collapsed.
Click to expand it.
uffd/user/templates/user.html
+
1
−
1
View file @
3ff487da
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
<input
type=
"password"
class=
"form-control"
id=
"user-password"
name=
"password"
placeholder=
"mail to set it will be sent"
readonly
>
<input
type=
"password"
class=
"form-control"
id=
"user-password"
name=
"password"
placeholder=
"mail to set it will be sent"
readonly
>
{% endif %}
{% endif %}
<small
class=
"form-text text-muted"
>
<small
class=
"form-text text-muted"
>
At least 8 and at most 256 characters, no other special requirements. But please don't be stupid
and
use a password manager.
At least 8 and at most 256 characters, no other special requirements. But please don't be stupid
, do
use a password manager.
</small>
</small>
</div>
</div>
</div>
</div>
...
...
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