Jump to content
  • 0

ACL Issue


soulshiver

Question

I've created a gamemode and have been running it fine, however I put in a small login framework and need access to some of the account functions from within the server script. I have tried both adding this into the Admin group, yes not good, but was my first attempt to just see if I could get rights, then after failing I tried making a new group combining the "Default" acl with my newly created and also added as a child. In the synRPG group I added all the functions relating to accounts and added access="true", yet here I am again getting a denied error .. the server was completely shutdown when I did any and all edits as well as the client, so no chance of anything else editing or messing with the files while I made edits. Also after creating my group in the acl list I no longer receive an error in the server saying "access denied" however the function addAccount fails by returning false anyway.

So in any event could someone help me out here by pointing me in the right direction or just giving me more knowledge that I obviously need. Thanks.

*EDIT

OK so apparently addAccount fails if the password is md5(password) beforehand, maybe the string is too long for the function? I would think though that it would be best to md5(password) at the client before even sending to the server but it finally works so #$@! it

Link to comment

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...