Roundup Tracker - Issues

Message7933

Author rouilj
Recipients rouilj
Date 2024-01-12.01:20:26
Message-id <1705022426.34.0.436863239792.issue2551313@roundup.psfhosted.org>
In-reply-to
Explanation above doesn't handle case where user needs to create account.
This can be handled by instant_registration=email. Code may need to change
to allow creation of new account without password. This case could be handled
by creating a long random password for the account. User can choose to set it
by password recovery or from user detail page.

Without a password, sensitive tasks that require re-authentication (e.g. for primary email
or password change) can't be done. So some thought needs to go into those flows if re-
authentication requirement is added.
History
Date User Action Args
2024-01-12 01:20:26rouiljsetmessageid: <1705022426.34.0.436863239792.issue2551313@roundup.psfhosted.org>
2024-01-12 01:20:26rouiljsetrecipients: + rouilj
2024-01-12 01:20:26rouiljlinkissue2551313 messages
2024-01-12 01:20:26rouiljcreate