2017 © Pedro Peláez
 

symfony-bundle login-bundle

Form login user authentication for Symfony2, with forgot/reset password, change password.

image

dayspring-tech/login-bundle

Form login user authentication for Symfony2, with forgot/reset password, change password.

  • Friday, May 11, 2018
  • by jwong-dayspring
  • Repository
  • 9 Watchers
  • 0 Stars
  • 2,072 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 20 Versions
  • 7 % Grown

The README.md

Dayspring Login Bundle

Build Status, (*1)

This bundle provides basic username/password authentication, forgot/reset password, and change password., (*2)

Minimally, your security.yml should contain the following:, (*3)

security:
    providers:
        dayspring:
            id: dayspring_login.user_provider
    password_hashers:
        Dayspring\LoginBundle\Model\User:
            algorithm: bcrypt
            cost: 12
    firewalls:
        dev:
            pattern: ^/(_(profiler|wdt)|css|images|js)/
            security: false
        login:
            pattern:  ^/login$
            security: false
        secured_area:
            pattern:    ^/
            user_checker: dayspring_login.user_checker
            form_login:
                check_path: _login_check
                login_path: _login
                default_target_path: /_demo/secure
                provider: dayspring
                success_handler: dayspring_login.success_handler
            logout:
                path:   _logout
                target: /
            anonymous: ~

User Profiles

If your application requires additional information to be stored with the user, the recommended strategy is to create a UserProfile model using Propel's inheritance features. http://propelorm.org/Propel/documentation/09-inheritance.html#class-table-inheritance, (*4)

Example:, (*5)

<table name="user_profiles" phpName="UserProfile" idMethod="native">
  <behavior name="concrete_inheritance">
    <parameter name="extends" value="users" />
  </behavior>
  <column name="first_name" type="VARCHAR" size="100"/>
  <column name="last_name" type="VARCHAR" size="100"/>
</table>

The Versions

11/05 2018

dev-master

9999999-dev

Form login user authentication for Symfony2, with forgot/reset password, change password.

  Sources   Download

MIT

The Requires

 

The Development Requires

login user authentication change password reset password forgot password

11/05 2018

2.0.0

2.0.0.0

Form login user authentication for Symfony2, with forgot/reset password, change password.

  Sources   Download

MIT

The Requires

 

The Development Requires

login user authentication change password reset password forgot password

11/05 2018

dev-feature/symfony_3

dev-feature/symfony_3

Form login user authentication for Symfony2, with forgot/reset password, change password.

  Sources   Download

MIT

The Requires

 

The Development Requires

login user authentication change password reset password forgot password

24/12 2016

0.8.1

0.8.1.0

Form login user authentication for Symfony2, with forgot/reset password, change password.

  Sources   Download

MIT

The Requires

 

The Development Requires

login user authentication change password reset password forgot password

24/12 2016

1.0.0

1.0.0.0

Form login user authentication for Symfony2, with forgot/reset password, change password.

  Sources   Download

MIT

The Requires

 

The Development Requires

login user authentication change password reset password forgot password

23/12 2016

dev-feature/deactive-forgot-password

dev-feature/deactive-forgot-password

Form login user authentication for Symfony2, with forgot/reset password, change password.

  Sources   Download

MIT

The Requires

 

The Development Requires

login user authentication change password reset password forgot password

22/12 2016

dev-feature/json_serialize

dev-feature/json_serialize

Form login user authentication for Symfony2, with forgot/reset password, change password.

  Sources   Download

MIT

The Requires

 

The Development Requires

login user authentication change password reset password forgot password

21/12 2016

0.8.0

0.8.0.0

Form login user authentication for Symfony2, with forgot/reset password, change password.

  Sources   Download

MIT

The Requires

 

The Development Requires

login user authentication change password reset password forgot password

21/12 2016

dev-feature/user-modification

dev-feature/user-modification

Form login user authentication for Symfony2, with forgot/reset password, change password.

  Sources   Download

MIT

The Requires

 

The Development Requires

login user authentication change password reset password forgot password

27/08 2016

0.7.0

0.7.0.0

Form login user authentication for Symfony2, with forgot/reset password, change password.

  Sources   Download

MIT

The Requires

 

The Development Requires

login user authentication change password reset password forgot password

10/08 2016

0.6.0

0.6.0.0

Form login user authentication for Symfony2, with forgot/reset password, change password.

  Sources   Download

MIT

The Requires

 

The Development Requires

login user authentication change password reset password forgot password

20/06 2016

0.5.0

0.5.0.0

Form login user authentication for Symfony2, with forgot/reset password, change password.

  Sources   Download

MIT

The Requires

 

The Development Requires

login user authentication change password reset password forgot password

20/04 2016

0.4.1

0.4.1.0

Form login user authentication for Symfony2, with forgot/reset password, change password.

  Sources   Download

MIT

The Requires

 

The Development Requires

login user authentication change password reset password forgot password

20/04 2016

dev-develop

dev-develop

Form login user authentication for Symfony2, with forgot/reset password, change password.

  Sources   Download

MIT

The Requires

 

The Development Requires

login user authentication change password reset password forgot password

19/04 2016

0.4.0

0.4.0.0

Form login user authentication for Symfony2, with forgot/reset password, change password.

  Sources   Download

MIT

The Requires

 

The Development Requires

login user authentication change password reset password forgot password

22/03 2016

dev-feature/2fa-totp

dev-feature/2fa-totp

Form login user authentication for Symfony2, with forgot/reset password, change password.

  Sources   Download

MIT

The Requires

 

The Development Requires

login user authentication change password reset password forgot password

18/03 2016

0.3.0

0.3.0.0

Form login user authentication for Symfony2, with forgot/reset password, change password.

  Sources   Download

MIT

The Requires

 

The Development Requires

login user authentication change password reset password forgot password

18/03 2016

0.2.0

0.2.0.0

Form login user authentication for Symfony2, with forgot/reset password, change password.

  Sources   Download

MIT

The Requires

 

The Development Requires

login user authentication change password reset password forgot password

18/03 2016

0.1.1

0.1.1.0

Form login user authentication for Symfony2, with forgot/reset password, change password.

  Sources   Download

MIT

The Requires

 

The Development Requires

login user authentication change password reset password forgot password

18/03 2016

0.1.0

0.1.0.0

Form login user authentication for Symfony2, with forgot/reset password, change password.

  Sources   Download

MIT

The Requires

 

The Development Requires

login user authentication change password reset password forgot password