pgshiping / jforum2

Automatically exported from code.google.com/p/jforum2
Other
0 stars 0 forks source link

Incorrectly increment of total registered users #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Direct access to /jforum/user/registrationComplete.page
2.Click the /jforum/list.page
3.The total users is increment by 1, and the latest registered user is changed 
to Anonymous

What is the expected output? What do you see instead?
JForum should block it and redirect to home page if the user is logged in 
before showing the result page. 
Currently, if user is not logged in, the latest registered user will be 
Anonymous. However, if the user is logged in, the latest register user will be 
changed to the logged in user.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by andow...@gmail.com on 22 Feb 2013 at 12:01

GoogleCodeExporter commented 8 years ago
Fix in r223

Original comment by andow...@gmail.com on 22 Feb 2013 at 12:05