Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
osticket
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
docker
osticket
Commits
aa412868
Commit
aa412868
authored
11 years ago
by
Jared Hancock
Browse files
Options
Downloads
Patches
Plain Diff
help: Fixup wording on password expiration policy
parent
188ec7c0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/i18n/en_US/help/tips/settings.system.yaml
+4
-3
4 additions, 3 deletions
include/i18n/en_US/help/tips/settings.system.yaml
include/staff/settings-system.inc.php
+2
-2
2 additions, 2 deletions
include/staff/settings-system.inc.php
with
6 additions
and
5 deletions
include/i18n/en_US/help/tips/settings.system.yaml
+
4
−
3
View file @
aa412868
...
...
@@ -65,15 +65,16 @@ name_format:
title
:
Default Name Format
content
:
>
Formatting technique used to format names throughout the system.
Email templates will use the format for names
o
f no other format is
Email templates will use the format for names
i
f no other format is
specified in the place holder.
# Authentication settings
password_reset
:
title
:
Password Expiration Policy
content
:
>
Sets the requirement for how often (in months) staff will be
required to reset their password.
Sets how often (in months) staff members will be required to change
their password. If disabled (set to "No expiration"), passwords will
not expire.
# Date and time options
date_and_time
:
...
...
This diff is collapsed.
Click to expand it.
include/staff/settings-system.inc.php
+
2
−
2
View file @
aa412868
...
...
@@ -123,10 +123,10 @@ $gmtime = Misc::gmtime();
<em><b>
Authentication Settings
</b></em>
</th>
</tr>
<tr><td>
Password
Change
Policy:
</th>
<tr><td>
Password
Expiration
Policy:
</th>
<td>
<select
name=
"passwd_reset_period"
>
<option
value=
"0"
>
—
Non
e
—
</option>
<option
value=
"0"
>
—
No
expiratio
n
—
</option>
<?php
for
(
$i
=
1
;
$i
<=
12
;
$i
++
)
{
echo
sprintf
(
'<option value="%d" %s>%s%s</option>'
,
...
...
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