{"id":51062283,"url":"https://github.com/rifleh700/mlogin","last_synced_at":"2026-06-23T03:32:38.618Z","repository":{"id":347831064,"uuid":"1195392393","full_name":"rifleh700/mlogin","owner":"rifleh700","description":"MTA:SA login panel","archived":false,"fork":false,"pushed_at":"2026-06-14T08:45:18.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-14T10:20:16.303Z","etag":null,"topics":["login","mta","mtasa","multitheftauto"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rifleh700.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-29T16:08:24.000Z","updated_at":"2026-06-14T08:45:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rifleh700/mlogin","commit_stats":null,"previous_names":["rifleh700/mlogin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rifleh700/mlogin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rifleh700%2Fmlogin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rifleh700%2Fmlogin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rifleh700%2Fmlogin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rifleh700%2Fmlogin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rifleh700","download_url":"https://codeload.github.com/rifleh700/mlogin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rifleh700%2Fmlogin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34674702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["login","mta","mtasa","multitheftauto"],"created_at":"2026-06-23T03:32:37.723Z","updated_at":"2026-06-23T03:32:38.613Z","avatar_url":"https://github.com/rifleh700.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mlogin\nSimple MTA:SA login panel\n\n## Features\n- Configurable\n- Modify-friendly\n- Basic security included\n- Localization support (see [ml_shared.lua](ml_shared.lua))\n- Can be used as a template for your own login panel\n- Remember me\n\n## Quick start\nPlease execute `aclrequest allow mlogin all` command before using. The resource requires the following rights\n```xml\n    \u003caclrequest\u003e\n        \u003cright name=\"function.addAccount\" access=\"true\"/\u003e\n        \u003cright name=\"function.logIn\" access=\"true\"/\u003e\n        \u003cright name=\"function.kickPlayer\" access=\"true\"/\u003e\n    \u003c/aclrequest\u003e\n```\n\u003e [!NOTE]  \n\u003e Resource must be downloaded last, so it has low priority `\u003cdownload_priority_group\u003e-1000\u003c/download_priority_group\u003e`\n\n## Remember me\nThe resource implements \"Remember me\" feature by encryption. However, it is not fully secure way. We use encryption since it's impossible to keep default `/login` command working at same time. U can disable this feature (see settings below) or implement your own. \nMore info:\n- https://forum.multitheftauto.com/topic/112973-handling-user-credentials-authentication/\n- https://wiki.multitheftauto.com/wiki/PasswordHash (look example)\n\n\n## Settings\nYou can configure this resource with predefined global Lua variables (see script files). Some of important settings are below\n- `ml_shared.lua` `LOGIN_REMEMBER_ME` (default value is `true`) enables \"Remember me\" feature \n- `ml_shared.lua` `LOGIN_GUEST` (default value is `false`) allows login as guest\n- `ml_main_server.lua` `LOGIN_COMMAND_DISABLED` (default value is `true`) disables `login` command\n- `ml_main_server.lua` `LOGOUT_COMMAND_DISABLED` (default value is `true`) disables `logout` command\n- `ml_main_server.lua` `REGISTER_COMMAND_DISABLED` (default value is `true`) disables `register` command\n- `ml_main_server.lua` `FADE_CAMERA` (default value is `true`) fades in player's camera when player joined\n- `ml_main_server.lua` `WAITING_FREEZE_PLAYER` (default value is `true`) freezes player when player joined\n- `ml_main_server.lua` `WAITING_CAMERA` (default value is `true`) sets player's camera matrix when player joined\n- `ml_main_server.lua` `LOGIN_BLOCK_IF_REGISTER_SERIAL_DIFFERENT` (default value is `false`) blocks login if current and register player's serials are different\n- `ml_main_server.lua` `LOGIN_BLOCK_IF_LAST_SERIAL_DIFFERENT` (default value is `false`) blocks login if current and last player's serials are different\n\n\n## Shared server-side events\n- `mlogin.onPlayerLogin` `function(account)`\n- `mlogin.onPlayerRegistered` `function(account)`\n\n## Screenshots\n\n![screenshot1](https://i.imgur.com/VzRCP2t.jpeg)\n![screenshot2](https://i.imgur.com/rw5J49U.jpeg)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frifleh700%2Fmlogin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frifleh700%2Fmlogin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frifleh700%2Fmlogin/lists"}