Closed (won't fix)
Project:
User Limit
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2012 at 13:36 UTC
Updated:
7 Oct 2012 at 03:57 UTC
user limit limits the total accounts/registrations in the site.
subuser is module which grants permission to roles for user creation.I am looking doe away to limit accounts can be created by the subusersubuser
or from with in the user limit can we limit specific role of creating a new user?
Comments
Comment #1
ergonlogicThere's already a feature request to: #1224382: integrate with Role Limits
Comment #2
kaizerking commentedi think i need be more clear,
a role X has permission to create users and we want to limit that permission so that role X cannot create more than certain number of users, if i set 5 it means Role X can create 5 users.
This what I mean.
Subuser module gives permissions to a role to create users. since this module works in a user creation, probably it is good idea to implement this along with this.
The referred issue is different.
Comment #3
ergonlogicAh, ok. Well, in that case, I think that functionality would fit a lot better in subuser (or perhaps as a module that extends subuser), as you're essentially just requesting a per-user quota on the functionality that subuser provides. User limit is really about setting site-wide quotas. I don't think user limit is even helpful in accomplishing what you're asking for.