Re: [symfony-users] Re: Create sfGuard user in production environment

2010-07-03 Thread Mariano Sola
nope!
I have run the create statements of the database tables doing a php file
which invoke the database connection and shoot them. That's all permissions
I have.

thanks for your time!

On Fri, Jul 2, 2010 at 6:17 PM, fRAnKEnSTEin shirkav...@gmail.com wrote:

 Mariano,

 Do you have access to the database? for example using phpmyadmin or
 something?

 Cheers

 --
 If you want to report a vulnerability issue on symfony, please send it to
 security at symfony-project.com

 You received this message because you are subscribed to the Google
 Groups symfony users group.
 To post to this group, send email to symfony-users@googlegroups.com
 To unsubscribe from this group, send email to
 symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/symfony-users?hl=en


-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] Re: Create sfGuard user in production environment

2010-07-03 Thread Stéphane
Perhaps you can write php code to execute cli commands, put it on ftp and
call it to execute.

system('symfony doctrine:build --all --no-confirmation');
system('symfony guard:create-user .


Cheers,


Before Printing, Think about Your Environmental Responsibility!
Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale!


On Sat, Jul 3, 2010 at 2:47 PM, Mariano Sola mariano.s...@gmail.com wrote:

 nope!
 I have run the create statements of the database tables doing a php file
 which invoke the database connection and shoot them. That's all permissions
 I have.

 thanks for your time!


 On Fri, Jul 2, 2010 at 6:17 PM, fRAnKEnSTEin shirkav...@gmail.com wrote:

 Mariano,

 Do you have access to the database? for example using phpmyadmin or
 something?

 Cheers

 --
 If you want to report a vulnerability issue on symfony, please send it to
 security at symfony-project.com

 You received this message because you are subscribed to the Google
 Groups symfony users group.
 To post to this group, send email to symfony-users@googlegroups.com
 To unsubscribe from this group, send email to
 symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/symfony-users?hl=en


  --
 If you want to report a vulnerability issue on symfony, please send it to
 security at symfony-project.com

 You received this message because you are subscribed to the Google
 Groups symfony users group.
 To post to this group, send email to symfony-users@googlegroups.com
 To unsubscribe from this group, send email to
 symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/symfony-users?hl=en


-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] Re: Create sfGuard user in production environment

2010-07-02 Thread fRAnKEnSTEin
Mariano,

Do you have access to the database? for example using phpmyadmin or
something?

Cheers

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en