cancel
Showing results for 
Search instead for 
Did you mean: 

Login as admin by only 1 user at a time

sanket
Champ on-the-rise
Champ on-the-rise
Hi !  I am logged in as admin in my alfresco.
I want that when I'm logged in as admin, no other user frm any pc
can simultaneously login again as admin.
Thanx in advance.
1 REPLY 1

sanket
Champ on-the-rise
Champ on-the-rise
Hi Guys!
I got it. To allow only one user to access Alfresco's repository, and none of the others

Go to \tomcat\webapps\alfresco\WEB-INF\classes\alfresco
Open repository.properties file.
Change the property server.maxusers=1 // this will allow only 1 user to access the alf repository

You can also uncomment
server.singleuseronly.name=admin //By this you can only login as admin from your pc. No other login through any username will be possible from now on if this is  uncommented.

Thanks