diff options
author | M Somerville <matthew-github@dracos.co.uk> | 2020-09-24 14:39:59 +0100 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2020-09-25 13:28:14 +0100 |
commit | 22cc2b0e1e6bb2dd7bde7231ad7f7190737ce545 (patch) | |
tree | eef5e92b23415c4d90ac23dd59f0601f7d7abe27 /t/cobrand/form_extras.t | |
parent | 85a6b7df9bd0b1711637b39d5a63ed6434686b33 (diff) |
Split up two username fields.
Rename the not-logging-in username field to username_register.
Keep the sign-in field as username because that e.g. overlaps
with auth code in two-factor authentication.
Diffstat (limited to 't/cobrand/form_extras.t')
-rw-r--r-- | t/cobrand/form_extras.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cobrand/form_extras.t b/t/cobrand/form_extras.t index 3807dd56a..72c725d75 100644 --- a/t/cobrand/form_extras.t +++ b/t/cobrand/form_extras.t @@ -41,7 +41,7 @@ FixMyStreet::override_config { detail => 'Test report details.', name => 'Joe Bloggs', may_show_name => '1', - username => 'test-1@example.com', + username_register => 'test-1@example.com', password_register => '', } }, |