Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The form used for changing locale and the login page both use continuations. However, continuations are supposed to be tied to a user. A change was made in the database schema that adds a foreign key to tie the continuations.userid field to the user.id field. For these 2 forms, 0 was being inserted as the userid. This broke with the foreign key constraint. These 2 forms need to be switched to not use continuations.