Closed tsubus closed 12 years ago
modify Configuration.xml like that:
<Privileges>
<PrivilegeClass>
<EnabledAPIFunctions>
<string>Profile</string>
<string>Statistics</string>
<string>Games</string>
<string>Runes</string>
<string>Search</string>
<string>Update</string>
<string>SetAutomaticUpdates</string>
</EnabledAPIFunctions>
<MatchAllAddresses>false</MatchAllAddresses>
<Addresses>
<string>127.0.0.1</string>
</Addresses>
</PrivilegeClass>
<PrivilegeClass>
<EnabledAPIFunctions>
<string>Profile</string>
<string>Statistics</string>
<string>Games</string>
<string>Runes</string>
<string>Search</string>
</EnabledAPIFunctions>
<MatchAllAddresses>true</MatchAllAddresses>
<Addresses />
</PrivilegeClass>
</Privileges>
with that Configuration, someone can search on RiotControl without privilege and can't update summoners
My bad, I was ignorant on the matter. Thanks a bunch!
It would be nice if unprivileged users could be able to search for a summoner, but only find those that have already been added to the database. Nothing would get updated, but it is very useful when running RiotControl just for a small group of people that have their stats automatically updated.