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
adf65edc
Commit
adf65edc
authored
7 years ago
by
aydreeihn
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'kevin/issue/user-pwreset' into features_prs/develop-next
parents
f19b5cab
0f973eeb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pwreset.php
+1
-5
1 addition, 5 deletions
pwreset.php
with
1 addition
and
5 deletions
pwreset.php
+
1
−
5
View file @
adf65edc
...
...
@@ -73,12 +73,8 @@ elseif ($_GET['token']) {
else
Http
::
redirect
(
'index.php'
);
}
elseif
(
$cfg
->
allowPasswordReset
())
{
$banner
=
__
(
'Enter your username or email address below'
);
}
else
{
$_SESSION
[
'_staff'
][
'auth'
][
'msg'
]
=
__
(
'Password resets are disabled'
);
return
header
(
'Location: index.php'
);
$banner
=
__
(
'Enter your username or email address below'
);
}
$nav
=
new
UserNav
();
...
...
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