Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
symfony 1.2 とsfguard 1.4.1を使用しています。システムに新しいユーザーを登録するためのベスト プラクティスは何ですか?
これは:
symfony guard:create-user <username> <password>
sfDoctrineApplyを使用できます。このプラグインは、フロントエンドでユーザーを作成および検証するために必要なテンプレートを生成します。また、検証済みのアカウントにユーザーにメールを送信することもできます。ZendMailをインストールする必要があります。