On Jan 25, 2011, at 4:25 PM, Hans-Rudolf Hotz wrote:
Have a look at the "galaxy_user" table to identify the 'broken' row, ie the wrong "e-mail".


and then you can execute:

  update galaxy_user set email = "foo@fmi.ch" where email =
  "wrong_name@wrong_host.ch";

update galaxy_user set username = 'foo' where email = 'foo@bar'

worked

thanks

d

/*
Davide Cittaro, PhD

Cogentech - Consortium for Genomic Technologies
via adamello, 16
20139 Milano
Italy

tel.: +39(02)574303007
*/