Jump to content

Restrict Number of Users in Jasper Server!!


yashdeep

Recommended Posts

Hello!

Can i restrict number of users created in jasper i.e. i don't want to allow anyone to create user after certain limit...............

For ex. i don't want to create more than 5 users......

We have an idea : Fire a query and get count of users created and give some msg to user that he/she can't create more than .. user.

Is it possible to edit some jsp for this or we should edit User services for this.....

Any help on this is highly appriciated.

Thanks & Regards,

Yash

 

 

 

 

 

 

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Interesting idea. You could definitely add custom logic to the business logic that handles the User Administration pages.

 

But it seems like it would be simpler to restrict the number of your users who have Administrative Role instead. Since only Administrative users can create users.

 

This way, you have yourself and perhaps one other trusted Admin who is capable of creating a new user.

 

The default login (after installation) for Admin functionality is: jasperadmin.

 

For instance, if you login as the default Sample user: joeuser  ... this user will not be allowed to create new users.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...