Skip to content

Account management for Yii including login/logout, lost password, update account, change password.

License

Notifications You must be signed in to change notification settings

zainengineer/yii-account-module

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yii Account Module

Allows users to create and manage their account.

Features

  • Provides actions that can be used with current defaults, or easily extended to allow fully customisable account management:
    • AccountLoginAction - Login to an account, optional ReCaptcha after 3 login attempts.
    • AccountLogoutAction - Logout from an account.
    • AccountSignUpAction - Sign up for a new account, can optionally send an account activation email, or can allow direct activation.
    • AccountActivateAction - Activate a new account once the secure email link is clicked.
    • AccountResendActivationAction - Resends the activation email incase it did not arrive.
    • AccountLostPassword - Request an email to be sent which will contain a secure link to allow a password reset, with optional ReCaptcha.
    • AccountResetPasswordAction - Checks for valid link and allows resetting the account password.
    • AccountUpdateAction - Update own account details.
    • AccountChangePasswordAction - Change own password details after verifying current password.
    • AccountViewAction - View own account details.
  • Automatically detect the users timezone on signup.
  • Does not impose a data structure, you can use your existing User table with your existing fields.
  • Module uses YiiEmailModule, allows emails with templates and email queueing.
  • Module uses YiiStrap, the ultimate Twitter Bootstrap extension for Yii.

Resources

Support

License

BSD-3-Clause, Copyright © 2013-2014 Mr PHP

Mr PHP Project Stats

Latest Stable Version Total Downloads Monthly Downloads Latest Unstable Version Build Status License

About

Account management for Yii including login/logout, lost password, update account, change password.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 78.5%
  • CSS 17.3%
  • JavaScript 3.9%
  • ApacheConf 0.3%