projects
/
cacert-devel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36e6d48
)
Change from bug-959 redone
author
Bernhard Fröhlich
<bernhard@cacert.org>
Tue, 2 Aug 2011 20:59:47 +0000
(22:59 +0200)
committer
Bernhard Fröhlich
<bernhard@cacert.org>
Tue, 2 Aug 2011 20:59:47 +0000
(22:59 +0200)
www/index.php
patch
|
blob
|
history
diff --git
a/www/index.php
b/www/index.php
index
23f3972
..
81a6782
100755
(executable)
--- a/
www/index.php
+++ b/
www/index.php
@@
-332,6
+332,8
@@
$_SESSION['_config']['errmsg'] .= _("For your own security you must enter 5 lost password questions and answers.")."<br>";
$_SESSION['_config']['oldlocation'] = "account.php?id=13";
}
+ if (checkpwlight($pword) < 3)
+ $_SESSION['_config']['oldlocation'] = "account.php?id=14&force=1";
if($_SESSION['_config']['oldlocation'] != "")
header("location: https://".$_SERVER['HTTP_HOST']."/".$_SESSION['_config']['oldlocation']);
else