Actions
Bug #17859
openWhen @AutoSetupNewUsers: true@ new users' username is added as email
Status:
New
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
-
Release:
Release relationship:
Auto
Description
When a user logs into Arvados for the first time, whatever she enters in the username field is stored as email as username.
This causes two issues:
1. The user can't fix her email.
2. If the user logs in using her email, a NEW account is created, with the correct email but with a numbered username
How to reproduce:
1. Create a cluster with AutoSetupNewUsers: true
2. Log into arvados with username: someuser
3. Log out.
4. Log in again, using username
: someuser@mydomain.com
What you get:
1. A user with email
and username
set to someuser
2. A user with email
set to someuser@mydomain.com and username
set to someuser2
Updated by Javier Bértoli over 3 years ago
- File image3.png added
- File image2.png added
- File image1.png added
Actions