summaryrefslogtreecommitdiffstats
path: root/xt/selenium/password_complexity.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/selenium/password_complexity.t')
-rw-r--r--xt/selenium/password_complexity.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/xt/selenium/password_complexity.t b/xt/selenium/password_complexity.t
index 0e75e6b9d..fe6159b2c 100644
--- a/xt/selenium/password_complexity.t
+++ b/xt/selenium/password_complexity.t
@@ -20,8 +20,7 @@ my ($sel, $config) = get_selenium();
log_in($sel, $config, 'admin');
set_parameters($sel, {"Administrative Policies" => {"allowuserdeletion-on" => undef},
- "User Authentication" => {"createemailregexp" => {type => "text", value => '.*'},
- "emailsuffix" => {type => "text", value => ''}} });
+ "User Authentication" => {"createemailregexp" => {type => "text", value => '.*'}} });
# Set the password complexity to MIXED LETTERS.
# Password must contain at least one UPPER and one lowercase letter.