![]() |
|
|
|
|
Issue Type:
|
Bug
|
|
Assignee:
|
Unassigned |
|
Created:
|
20/Jun/14 8:58 AM
|
|
Description:
|
Reproduce step:
1. Use below groovy code to create 20,000 public user.
import info.magnolia.cms.security.SecuritySupport
import info.magnolia.cms.security.MgnlUserManager
userManager = (MgnlUserManager) SecuritySupport.Factory.getInstance().getUserManager("public");
for(i in 0..2000)
{
user = userManager.createUser('volvouser' + i, 'volvopass');
userManager.addRole(user, 'superuser');
userManager.addRole(user, 'forum_ALL-admin');
}
2. Use a public user to login system, this login process is very slowly
|
|
Project:
|
Magnolia Public User Registration
|
|
Priority:
|
Neutral
|
|
Reporter:
|
Chunhua Liu
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <
[email protected]>
----------------------------------------------------------------