Skip to content

devhelp/dhDoctrineGuardChangeRequestPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Credits

Plugin brought to you by : Devhelp.pl ( http://devhelp.pl )

Installation

  1. Download the plugin

  2. unzip and rename the the directory to 'dhDoctrineGuardChangeRequestPlugin'

  3. copy the directory to plugins folder in your Symfony project

  4. Update setup() method in ProjectConfiguration class with the line below

    $this->enablePlugins('dhDoctrineGuardChangeRequestPlugin');
  5. enable modules you want to use in settings.yml

     
     all:
       .settings:
         enabled_modules: [ default, dhChangeRequest, dhConfirmChange ]
     
     
  6. clear cache

    php symfony c

Requirements

Plugin requires sfDoctrineGuardPlugin in order to work

Features

  • after changing email address email is sent to user's new email address with unique url to confirm the change
  • after changing password email is sent to user's email address with unique url to confirm the change
  • each url has expiration date so it won't be valid forever
  • highly configureable
  • (almost) straighforward ajax support for plugin's forms

Usage

Plugin configuration let you use it straightforwad after the installation with minimum effort from your side.

Default plugin's app.yml allows you to configure majority of aspects related with the plugin so that you will rarely have to overwrite its actions to match your needs (if at all!)

You have to configure Symfony mailer for sending emails with change confirmations

Check app.yml file in config directory for information about supported configuration

About

Do you need sfGuardUser's users to verify email and password change via email ? That's the plugin you need!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors