Ma5ter Posted June 27, 2014 Posted June 27, 2014 (edited) I added the resource login_panel to my server, it was working fine until now when this error showed up and other players could not log in. It lets me log in though. https://community.multitheftauto.com/ind ... ls&id=1557 WARNING: login_panel/loginpanel_server.lua:45 Access denied @ 'addAccount' I added it into the Admin group in the ACL as well. Edited June 27, 2014 by Guest
xXMADEXx Posted June 27, 2014 Posted June 27, 2014 Add this to the admin ACL group: <object name="resource.login_panel" />
Ma5ter Posted June 27, 2014 Author Posted June 27, 2014 <group name="Admin"> <acl name="Moderator"/> <acl name="SuperModerator"/> <acl name="Admin"/> <acl name="RPC"/> <object name="resource.superman"></object> <object name="resource.guieditor"></object> <object name="resource.admin"></object> <object name="resource.webadmin"></object> <object name="resource.login_panel"/> <object name="user.Ma5ter"></object> <object name="user.Tephy"></object> </group>
Anubhav Posted June 27, 2014 Posted June 27, 2014 Working for me. Are you sure its name is login_panel and while registering, there is any other error?
Dealman Posted June 27, 2014 Posted June 27, 2014 If you're manually editing the ACL while the server is running, you'll have to restart the server. Or use the function aclReload(Which also requires permission to use). You can edit the ACL on-the-fly via the default admin panel.
Ma5ter Posted June 27, 2014 Author Posted June 27, 2014 If you're manually editing the ACL while the server is running, you'll have to restart the server. Or use the function aclReload(Which also requires permission to use).You can edit the ACL on-the-fly via the default admin panel. I found out that was my issue, kept editing it while the server was running. Thanks for the help guys.
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