Roundup Tracker - Issues

Message6917

Author rouilj
Recipients paulschreiber, rouilj
Date 2020-05-21.01:50:17
Message-id <1590025817.76.0.924574294163.issue2550941@roundup.psfhosted.org>
In-reply-to
Hi Paul:

Please see: https://wiki.roundup-tracker.org/LoginWithEmail.
This implements using the primary email address as a login name.

My earlier comment about using interfaces.py isn't needed. A simple
login action replacement using a file in the extensions directory does 
fine.

Drop the file into the extensions directory and restart the tracker
and you get the functionality.

I chose to not complicate the core code with this. The extension is 
17 lines of code (not including comments/debug) to do the job.

If somebody wants to allow login by alternate email address, they
can use this as a base to work from.

Note this only works for the web UI. API logins via xmlrpc, rest
etc. still require the username.

-- rouilj
History
Date User Action Args
2020-05-21 01:50:17rouiljsetmessageid: <1590025817.76.0.924574294163.issue2550941@roundup.psfhosted.org>
2020-05-21 01:50:17rouiljsetrecipients: + rouilj, paulschreiber
2020-05-21 01:50:17rouiljlinkissue2550941 messages
2020-05-21 01:50:17rouiljcreate