Feature #10159
openPossibility to ask anonymous user if they want to login/register instead of submitting anonymously
0%
Description
Often even project authors misses that they are not logged in, since the site doesn’t exactly change between being logged in or not.
This causes sites where anonymous reports are on getting quite a bit unnecessary anonymous reports that results mails not going to authors due them not actually being authors, which makes questions and other interaction quite a bit harder unless the reporter creates another entry into ticket. It also makes author’s ticket history not showing all tickets she has.
I’ve thought about few possibilities in implementation of this:
1) Before user starts to create ticket, user is instead shown a page asking if user wants to log in, create account or just proceed with ticket creation
2) After user presses ticket creation button (“Create” or “Create and continue”), a JS popup is shown to ask if user wants to log in, register or just proceed.
Option 2) would not be effective for users not having JS enabled, and also there I think the ticket data needs to be saved somewhere so user can be thrown to registration process and after completion, thrown back to create the ticket.