Actions
Bug #6980
closedLogin form template is appended at the end of Confirmation template received from registry
Start date:
03/14/2016
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
See screenshot attached.
The login form is returned by the registry along with the confirmation page during the insert stage of the registry (while logged in using auth token).
Files
Updated by Matt Jones over 8 years ago
The CGI script has two modes -- one that requires login before the form will be shown at all, and one that has users log in after the form is collected just as it is being submitted. Looks like we are triggering that latter mode, as it probably doesn't know the user is logged in via a token.
Actions