diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-05 17:41:40 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-05 17:41:40 -0500 |
commit | d6bdc30223f810be3a1dab78ccf2676e2d734372 (patch) | |
tree | 76e9744c32b06fd8ac9066b6b3f61326d74748e4 /devel | |
parent | df3cb0b2ad25b853c89b022faf76b874350e3e09 (diff) | |
download | horizon-d6bdc30223f810be3a1dab78ccf2676e2d734372.tar.gz horizon-d6bdc30223f810be3a1dab78ccf2676e2d734372.tar.bz2 horizon-d6bdc30223f810be3a1dab78ccf2676e2d734372.tar.xz horizon-d6bdc30223f810be3a1dab78ccf2676e2d734372.zip |
req: 3b: Add Runner.Validate.userpw.None warning
Diffstat (limited to 'devel')
-rw-r--r-- | devel/requirements/3b_runner.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/requirements/3b_runner.xml b/devel/requirements/3b_runner.xml index 6fc1c1b..78ccf17 100644 --- a/devel/requirements/3b_runner.xml +++ b/devel/requirements/3b_runner.xml @@ -298,6 +298,10 @@ <title>Runner.Validate.userpw.Crypt</title> <para>The system shall verify that the second value for each <literal>userpw</literal> key tuple is in the format: <literal>$</literal>, either <literal>2</literal> for Blowfish or <literal>6</literal> for SHA-512, <literal>$</literal>, and then variant data.</para> </formalpara> + <formalpara id="Runner.Validate.userpw.None"> + <title>Runner.Validate.userpw.None</title> + <para>If a <literal>username</literal> key exists with no matching <literal>userpw</literal> key tuple, the system shall display a warning message that the user account will have no passphrase set.</para> + </formalpara> <formalpara id="Runner.Validate.usericon"> <title>Runner.Validate.usericon</title> <para>The system shall verify that the HorizonScript contains a number of <literal>usericon</literal> keys equal or less than the number of <literal>username</literal> keys.</para> |