From 3891b63a1eb52076337885487f251a10580a4a85 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 27 Apr 2016 18:50:13 +0200 Subject: Bug 218917 - Allow the login name to be different from the email address Original patch by Gervase Markham r=gerv a=dkl --- xt/selenium/password_complexity.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'xt') 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. -- cgit v1.2.3-24-g4f1b