[CakePHP2] CakeDC Users Plugin をお勉強

まずインストール

git clone https://github.com/CakeDC/users.git Users
# and move it to app/Plugin/
#just like: mv Users /var/www/UrFxxkinApplication/app/Plugin/

データベース作成

cd /var/www/UrFxxkinApplication/
./Console/cake schema create users –plugin Users

デフォルトでの機能

  • User registration (Enable by default)
    ユーザー自身による登録機能
  • Account verification by a token sent via email
    Eメールでの登録承認機構
  • User login (email / password)
    ログイン機能
  • Password reset based on requesting a token by email and entering a new password
    パスワードリセット機能
  • Simple profiles for users
    簡易プロフィール管理
  • User search (requires the CakeDC Search plugin)
    ユーザー検索機能(Searchプラグイン必須)
  • User management using the “admin” section (add / edit / delete)
    管理者によるユーザー管理機能
  • Simple roles management
    簡単なユーザー権限管理機能

1件のコメント

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください