Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ac8af503
authored
2011-08-04 14:51:12 +0000
by
Marty Penner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Promoting r266 to live. refs #1268
1 parent
8843a9eb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
com/Auth/Auth.php
com/Auth/Auth.php
View file @
ac8af50
...
...
@@ -265,7 +265,7 @@ class Validation extends Common\Validation {
throw
new
Exception
(
'<li>Password can not be blank</li>'
);
}
if
(
isset
(
$val
[
PASS_MAX_LEN
+
1
]))
{
if
(
isset
(
$val
[
PASS_MAX_LEN
]))
{
throw
new
Exception
(
'<li>Password can not be longer than '
.
PASS_MAX_LEN
.
' characters.</li>'
);
}
...
...
Please
register
or
sign in
to post a comment