{"id":18389836,"url":"https://github.com/proloser/cakephp-welcome","last_synced_at":"2025-10-18T11:19:10.339Z","repository":{"id":793488,"uuid":"491978","full_name":"ProLoser/CakePHP-Welcome","owner":"ProLoser","description":"A quick way to add rudimentary Auth/User code (registration, email, password updating, etc)","archived":false,"fork":false,"pushed_at":"2011-05-18T04:32:10.000Z","size":141,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T07:45:02.980Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/ProLoser.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}},"created_at":"2010-01-28T11:07:08.000Z","updated_at":"2015-12-22T00:59:52.000Z","dependencies_parsed_at":"2022-08-16T10:55:12.385Z","dependency_job_id":null,"html_url":"https://github.com/ProLoser/CakePHP-Welcome","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProLoser%2FCakePHP-Welcome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProLoser%2FCakePHP-Welcome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProLoser%2FCakePHP-Welcome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProLoser%2FCakePHP-Welcome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProLoser","download_url":"https://codeload.github.com/ProLoser/CakePHP-Welcome/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247583551,"owners_count":20962057,"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":[],"created_at":"2024-11-06T01:44:40.306Z","updated_at":"2025-10-18T11:19:10.281Z","avatar_url":"https://github.com/ProLoser.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome Plugin For CakePHP\n\n## THIS PLUGIN IS COMPLETELY BROKEN, DONT BOTHER USING IT\n\nCommon user functionality to be used with core Auth component for CakePHP\n\n## Features \n\n### Membership Behavior\n\n* Validation\n\t* Confirm password field validation\n\t* Old password field validation\n\t* Unique [username] field validation\n\t\n### Membership Component\n\n* Email confirmation for registration (in progress)\n* Remember Me checkbox (in progress)\n\n* Scaffolded views (for copying)\n\t* Login\n\t* Register\n\t* Forgotton Password (reset account)\n\t* Update Password\n\n\n## Installation\n\n1. Download or clone plugin to plugins/welcome (git://github.com/ProLoser/CakePHP-Welcome.git)\n2. Install 'Membership' behavior:\n\n\u003cpre\u003e\u003ccode\u003e\nclass User extends AppModel {\n\tvar $name = 'User';\n\tvar $actsAs = array(\n\t\t'Welcome.Membership' =\u003e array(\n\t\t\t// Optional configuration options\n\t\t\t'fields' =\u003e array(\n\t\t\t\t// fieldnames to be used\n\t\t\t\t'username' =\u003e 'username',\n\t\t\t\t'password' =\u003e 'password',\n\t\t\t\t'old_password' =\u003e 'old_password',\n\t\t\t\t'confirm_password' =\u003e 'confirm_password',\n\t\t\t),\n\t\t),\n\t);\n\n}\n\u003c/code\u003e\u003c/pre\u003e\n\n3. Just visit /welcome/users/register and the other controller actions in your browser\n\n## Custom Views / Emails\n\nIf you would like to override the default views, you can use the CakePHP standard by placing your views in:\n\u003ccode\u003eapp/views/plugins/welcome/users/[here]\u003c/code\u003e\nAnd your email templates in:\n\u003ccode\u003eapp/views/plugins/welcome/elements/email/[html|text]/register.ctp\u003c/code\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproloser%2Fcakephp-welcome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproloser%2Fcakephp-welcome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproloser%2Fcakephp-welcome/lists"}