{"id":22192213,"url":"https://github.com/naa986/wp-login-form","last_synced_at":"2025-10-14T12:48:51.828Z","repository":{"id":167817795,"uuid":"102505964","full_name":"naa986/wp-login-form","owner":"naa986","description":"Create a WordPress user login form and add it to your post, page or sidebar.","archived":false,"fork":false,"pushed_at":"2024-11-12T23:36:06.000Z","size":56,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-13T00:25:47.161Z","etag":null,"topics":["form","login","plugin","user","wordpress"],"latest_commit_sha":null,"homepage":"https://noorsplugin.com/wordpress-login-form-plugin/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/naa986.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2017-09-05T16:38:59.000Z","updated_at":"2024-11-12T23:36:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"bfc07a85-7ad4-42b2-9a4e-34b45a4aa140","html_url":"https://github.com/naa986/wp-login-form","commit_stats":null,"previous_names":["naa986/wp-login-form"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naa986%2Fwp-login-form","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naa986%2Fwp-login-form/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naa986%2Fwp-login-form/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naa986%2Fwp-login-form/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naa986","download_url":"https://codeload.github.com/naa986/wp-login-form/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227724304,"owners_count":17810070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["form","login","plugin","user","wordpress"],"created_at":"2024-12-02T12:19:56.468Z","updated_at":"2025-10-14T12:48:46.790Z","avatar_url":"https://github.com/naa986.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WordPress Login Form Plugin\n\n## Description\n\n[WordPress Login Form](https://noorsplugin.com/wordpress-login-form-plugin/) plugin allows you to create a simple login form for use anywhere on the front end of your WordPress site. You can add it to a post, page or your sidebar with a shortcode. It was developed by [noorsplugin](https://noorsplugin.com/) and is currently being used on hundreds of websites.\n\n## WP Login Form Creation\n\nIn order to create a WordPress login form with the default options all you need to do is use this shortcode:\n```\n[wp_login_form]\n```\nHowever, there are other parameters that you can pass in the shortcode to customize it.\n\n### redirect\n\nAn absolute URL to which the user will be redirected after a successful login. For example,\n```\n[wp_login_form redirect=\"https://example.com/mypage/\"]\n```\nThe default is to redirect back to the URL where the form was submitted.\n\n### form_id\n\nYour own custom ID for the login form. For example,\n```\n[wp_login_form form_id=\"myloginform\"]\n```\nThe default is \"loginform\".\n\n### label_username\n\nYour custom label for the username/email address field. For example,\n```\n[wp_login_form label_username=\"Login ID or Email\"]\n```\nThe default is \"Username or Email Address\".\n\n### label_password\n\nYour custom label for the password field. For example,\n```\n[wp_login_form label_password=\"Login Password\"]\n```\nThe default is \"Password\".\n\n### label_remember\n\nYour custom label for the remember field. For example,\n```\n[wp_login_form label_remember=\"Remember\"]\n```\nThe default is \"Remember Me\".\n\n### label_log_in\n\nYour custom label for the form submit button. For example,\n```\n[wp_login_form label_log_in=\"Submit\"]\n```\nThe default is \"Log In\".\n\n### id_username\n\nYour own custom ID for the username field. For example,\n```\n[wp_login_form id_username=\"wp_user_login\"]\n```\nThe default is \"user_login\".\n\n### id_password\n\nYour own custom ID for the password field. For example,\n```\n[wp_login_form id_password=\"wp_user_pass\"]\n```\nThe default is \"user_pass\".\n\n### id_remember\n\nYour own custom ID for the remember field. For example,\n```\n[wp_login_form id_remember=\"login_rememberme\"]\n```\nThe default is \"rememberme\".\n\n### id_submit\n\nYour own custom ID for the form submit button. For example,\n```\n[wp_login_form id_submit=\"login_form_submit\"]\n```\nThe default is \"wp-submit\".\n\n### remember\n\nSpecify whether to display the \"Remember Me\" checkbox in the form. For example,\n```\n[wp_login_form remember=\"0\"]\n```\nThe default is \"1\" (true).\n\n### value_username\n\nYour custom placeholder attribute for the username input field. For example,\n```\n[wp_login_form value_username=\"Your Username\"]\n```\nThe default is NULL.\n\n### value_remember\n\nSpecify whether the \"Remember Me\" checkbox in the form should be checked by default. For example,\n```\n[wp_login_form value_remember=\"1\"]\n```\nThe default is \"0\" (false).\n\n## Documentation\n\nFor detailed documentation please visit the [WordPress Login Form Plugin](https://noorsplugin.com/wordpress-login-form-plugin/) page.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaa986%2Fwp-login-form","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaa986%2Fwp-login-form","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaa986%2Fwp-login-form/lists"}