diff -r 000000000000 -r 3906ca745819 packages/ssoinabox-webui/root/usr/local/share/ssoinabox/htdocs/includes/templates/pw-strength.tpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/ssoinabox-webui/root/usr/local/share/ssoinabox/htdocs/includes/templates/pw-strength.tpl Tue Jan 08 23:13:29 2013 -0500 @@ -0,0 +1,35 @@ +{assign var="title" value="Password strength requirements"} +{include file="header.tpl"} + +

Password security policy

+ +

Passwords are often considered one + of the weakest links in information security. For the safety of the entire organization, this appliance employs password security policies designed to + minimize the risk of a successful attack against any account on the system.

+ +

These requirements are summarized as follows:

+ + + +

We recognize that generating secure passwords which meet stringent security requirements can be a difficult exercise. Thus, we allow longer passwords to not contain + symbols, enabling the use of passwords which follow the + XKCD 936 pattern. A tool to generate "XKCD 936 compliant" passwords can be found + here.

+ +{include file="footer.tpl"}