Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add security component #6

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

juanber84
Copy link

  • Add SecurityServiceProvider to the project
  • Custom security paths implemented in app.php
  • Add the login page
  • Add logout system in the dashboard
  • Add a default user with the credentials admin/foo

@juanber84
Copy link
Author

Add new feature to config the parameters with the console:

Creating the "src/app.php" file
Some parameters of your database are missing. Please provide them.
database_driver (pdo_mysql): 
database_host (127.0.0.1): 
database_name (symfony): 
database_user (root): 
database_password (null): 
database_charset (UTF8): 
Insert your admin credentials.
admin_username (admin): 
admin_password (foo): 

Create a new app.php file in gen folder to generate the src/app.php dynamically

@jonseg
Copy link
Owner

jonseg commented Oct 24, 2014

Hi,

The command fails the first time that you execute it... It is because the app.php file is generated dynamically but the script already loaded the file before (without the database parameters filled).

Thank you!

@kithokit
Copy link

any update for this?

@JnMik
Copy link

JnMik commented Mar 10, 2016

I'm really interested in this, I might merge it with my own fork.

@kajzur
Copy link
Contributor

kajzur commented Jan 14, 2017

Any info about merge it? Is this project alive?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants