id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
9252	All session attributes are deleted when user logs in first time	stoecker	hasienda	When a new users is created and "verify_email" is false, the entry in "session" is defined as not authenticated:\r\n\r\n{{{\r\nselect * from session where sid == 'zzzt';\r\nzzzt|0|0\r\n}}}\r\n\r\nWhen user logs in, the data for username and email is no longer there. When data is entered again, then session structure gets a new entry, which seems dangerous to me:\r\n\r\n{{{\r\nselect * from session where sid == 'zzzt';\r\nzzzt|0|0\r\nzzzt|1|1318262166\r\n}}}\r\n\r\nAfterwards it seems to work, but I expect trouble.\r\n\r\nIssues:\r\n- After login username/mail data gets lots (but is in database)\r\n- After changes there are two entries in session structure, which may break dataset (sid should be unique).\r\n\r\nI get broken database from time to time and I assume this may be the reason for this.\r\n\r\nInstalled version: TracAccountManager-0.4dev_r10747	defect	closed	high	AccountManagerPlugin	normal	fixed	user creation	rjollos, stuge	0.12
