thanks Mariuz for your answer!

my problem is that in the production server I have no rights to execute
commands, just ftp access. So, I think I need some kind of php file which
let me to configure it in order to run an insert statement (or something
similar) to create that user.

is it clear?

On Thu, Jul 1, 2010 at 7:34 PM, Mariusz Sasinski <sasin...@weboticx.com>wrote:

> Mariano,
> You can do it from the command line
> php symfony guard:create-user your_email username password
> php symfony guard:promote username
>
> to view all options just execute
>
> php symfony list guard
>
> Mariusz Sasinski
>
> On Thu, Jul 1, 2010 at 2:10 PM, Mariano Sola <mariano.s...@gmail.com>
> wrote:
>
>    I'd like to ask you for some help with a production migration of a
> symfony
> 1.4 project with the sfGuard plugin installed.
>
>    I have created tables on the dababase (model and sfGuard ones) of
> production environment, but I wasn't be able to create an admin user in
> order
> to log in into the application.
>
>    I saw that the password column of the sfGuardUser is encrypted so I
> can't
> do a simple insert statement to create it.
>
>    Does somebody know how to solve it?
>
>    thanks in advance!
>    mariano ::
>
>     --
>    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<symfony-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<symfony-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

Reply via email to