Wasilij0814 Posted June 25, 2021 Share Posted June 25, 2021 Hi! I install the mod to my server, connection done, etc. SQL up to the phpmyadmin.com, I can register, but if i want to login , i got that ( invalid username or password) My ACL like this : <group name="Admin"> <acl name="Moderator"/> <acl name="SuperModerator"/> <acl name="Admin"/> <acl name="RPC"/> <object name="resource.admin"/> <object name="resource.webadmin"/> <object name="user.DIMITRIJ0814"/> </group> What the problem? Link to comment
SpecT Posted June 25, 2021 Share Posted June 25, 2021 Welcome to the Forums, You need to grant the resource Administrator rights in order to use the "getPlayerIP" function. <group name="Admin"> <acl name="Moderator"/> <acl name="SuperModerator"/> <acl name="Admin"/> <acl name="RPC"/> <object name="resource.admin"/> <object name="resource.webadmin"/> <object name="resource.EXAMPLE"/> <object name="user.DIMITRIJ0814"/> </group> Replace EXAMPLE with the resource name. Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now