Issue 2550941
Created on 2017-04-29 17:20 by paulschreiber, last changed 2017-09-04 20:48 by rouilj.
msg5970 |
Author: [hidden] (paulschreiber) |
Date: 2017-04-29 17:20 |
|
Allow users to log in to bugs.python.org/issues.roundup-tracker.org with their email
address in the username field. Currently, this fails with an "Invalid login" error.
Originally filed as http://psf.upfronthosting.co.za/roundup/meta/issue617
|
msg5990 |
Author: [hidden] (rouilj) |
Date: 2017-07-28 02:24 |
|
I am not clear what is wanted here. You can change your
login name to your email address if you want this.
What is the use case for allowing multiple login names?
-- rouilj
|
msg6000 |
Author: [hidden] (paulschreiber) |
Date: 2017-08-02 15:35 |
|
As you require the creation of a username separate from the email address, which is
different from most other websites, it follows that users will attempt to log in with
their email address.
WordPress, which requires usernames, lets users log in via both email address and
username.
This would be a easy fix ( where USERNAME = <blah> OR EMAIL_ADDRESS = <blah>),
a usability improvement, and a reduction in support time/costs.
|
msg6001 |
Author: [hidden] (rouilj) |
Date: 2017-08-02 22:19 |
|
Hi Paul:
In message <1501688140.07.0.916477104217.issue2550941@psf.upfronthosting.co
.za>,
Paul Schreiber writes:
>As you require the creation of a username separate from the email
>address, which is different from most other websites, it follows
>that users will attempt to log in with their email address.
Ok fair enough. Also I believe that you can use your email address as
your login name (or change your login name to one of your email
addresses).
However if you do so, you will probably be exposing your email in the
web interface where the username usually shows up. I don't think we
obscure email addresses in that position.
Also I assume you mean only the primary email address (which is used
to send email to the user) and not any additional addresses (which are
used to receive emails and map them to the user).
>This would be a easy fix ( where USERNAME = <blah> OR
>EMAIL_ADDRESS = <blah>), a usability improvement, and
>a reduction in support time/costs.
This would go in the core login code and would need to be controllable
by the tracker admin. I would be in favor of having a patch that
implemented this included in the core code.
|
msg6008 |
Author: [hidden] (rouilj) |
Date: 2017-09-04 20:48 |
|
Since this is not a bug, I am changing type to RFE (request for
enhancement). Also marking as possible gsoc and I think effort level
should be low.
|
|
Date |
User |
Action |
Args |
2017-09-04 20:48:48 | rouilj | set | keywords:
+ Effort-Low, GSOC type: behavior -> rfe messages:
+ msg6008 |
2017-08-02 22:19:49 | rouilj | set | messages:
+ msg6001 |
2017-08-02 15:35:39 | paulschreiber | set | messages:
+ msg6000 |
2017-07-28 02:24:40 | rouilj | set | nosy:
+ rouilj messages:
+ msg5990 |
2017-04-29 17:20:50 | paulschreiber | create | |
|