{"id":16012264,"url":"https://github.com/cornernote/yii-account-module","last_synced_at":"2025-03-17T20:31:06.497Z","repository":{"id":13884022,"uuid":"16582157","full_name":"cornernote/yii-account-module","owner":"cornernote","description":"Account management for Yii including login/logout, lost password, update account, change password.","archived":false,"fork":false,"pushed_at":"2022-01-13T04:39:44.000Z","size":446,"stargazers_count":2,"open_issues_count":3,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T03:50:08.275Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://cornernote.github.io/yii-account-module/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cornernote.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}},"created_at":"2014-02-06T14:45:41.000Z","updated_at":"2022-01-13T02:16:28.000Z","dependencies_parsed_at":"2022-08-07T07:15:53.396Z","dependency_job_id":null,"html_url":"https://github.com/cornernote/yii-account-module","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cornernote%2Fyii-account-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cornernote%2Fyii-account-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cornernote%2Fyii-account-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cornernote%2Fyii-account-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cornernote","download_url":"https://codeload.github.com/cornernote/yii-account-module/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243878494,"owners_count":20362433,"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-10-08T14:02:28.012Z","updated_at":"2025-03-17T20:31:05.975Z","avatar_url":"https://github.com/cornernote.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yii Account Module\n\nAllows users to create and manage their account.\n\n\n## Features\n\n- Provides actions that can be used with current defaults, or easily extended to allow fully customisable account management:\n    - AccountLoginAction - Login to an account, optional ReCaptcha after 3 login attempts.\n    - AccountLogoutAction - Logout from an account.\n    - AccountSignUpAction - Sign up for a new account, can optionally send an account activation email, or can allow direct activation.\n    - AccountActivateAction - Activate a new account once the secure email link is clicked.\n    - AccountResendActivationAction - Resends the activation email incase it did not arrive.\n    - AccountLostPassword - Request an email to be sent which will contain a secure link to allow a password reset, with optional ReCaptcha.\n    - AccountResetPasswordAction - Checks for valid link and allows resetting the account password.\n    - AccountUpdateAction - Update own account details.\n    - AccountChangePasswordAction - Change own password details after verifying current password.\n    - AccountViewAction - View own account details.\n- Automatically detect the users timezone on signup.\n- Does not impose a data structure, you can use your existing User table with your existing fields.\n- Module uses [YiiEmailModule](http://cornernote.github.io/yii-email-module/), allows emails with templates and email queueing.\n- Module uses [YiiStrap](http://getyiistrap.com/), the ultimate Twitter Bootstrap extension for Yii.\n\n\n## Resources\n\n- **[Documentation](http://cornernote.github.io/yii-account-module)**\n- **[GitHub Project](https://github.com/cornernote/yii-account-module)**\n- **[Yii Extension](http://www.yiiframework.com/extension/yii-account-module)**\n\n\n## Support\n\n- Does this README need improvement?  Go ahead and [suggest a change](https://github.com/cornernote/yii-account-module/edit/master/README.md).\n- Found a bug, or need help using this project?  Check the [open issues](https://github.com/cornernote/yii-account-module/issues) or [create an issue](https://github.com/cornernote/yii-account-module/issues/new).\n\n\n## License\n\n[BSD-3-Clause](https://raw.github.com/cornernote/yii-account-module/master/LICENSE), Copyright © 2013-2014 [Mr PHP](mailto:info@mrphp.com.au)\n\n\n[![Mr PHP](https://raw.github.com/cornernote/mrphp-assets/master/img/code-banner.png)](http://mrphp.com.au) [![Project Stats](https://www.ohloh.net/p/yii-account-module/widgets/project_thin_badge.gif)](https://www.ohloh.net/p/yii-account-module)\n\n[![Latest Stable Version](https://poser.pugx.org/cornernote/yii-account-module/v/stable.png)](https://github.com/cornernote/yii-account-module/releases/latest) [![Total Downloads](https://poser.pugx.org/cornernote/yii-account-module/downloads.png)](https://packagist.org/packages/cornernote/yii-account-module) [![Monthly Downloads](https://poser.pugx.org/cornernote/yii-account-module/d/monthly.png)](https://packagist.org/packages/cornernote/yii-account-module) [![Latest Unstable Version](https://poser.pugx.org/cornernote/yii-account-module/v/unstable.png)](https://github.com/cornernote/yii-account-module) [![Build Status](https://travis-ci.org/cornernote/yii-account-module.png?branch=master)](https://travis-ci.org/cornernote/yii-account-module) [![License](https://poser.pugx.org/cornernote/yii-account-module/license.png)](https://raw.github.com/cornernote/yii-account-module/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcornernote%2Fyii-account-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcornernote%2Fyii-account-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcornernote%2Fyii-account-module/lists"}